.icon:before{
	color: inherit;
}


/*animations*/

@-webkit-keyframes shakeTop {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	25%{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}
	50%{
		-webkit-transform: translate3d(0, 1px, 0);
		transform: translate3d(0, 1px, 0);
	}
	75%{
		-webkit-transform: translate3d(0, -1px, 0);
		transform: translate3d(0, -1px, 0);
	}
	100%{
		-webkit-transform: translate3d(0px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}
}
@-webkit-keyframes shakeBottom {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	25%{
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	50%{
		-webkit-transform: translate3d(0, -1px, 0);
		transform: translate3d(0, -1px, 0);
	}
	75%{
		-webkit-transform: translate3d(0, 1px, 0);
		transform: translate3d(0, 1px, 0);
	}
	100%{
		-webkit-transform: translate3d(0px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}
}
@-webkit-keyframes splash {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		width: 19px;
		height: 2px;
	}
	25%{
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
		width: 19px;
		height: 2px;
	}
	50%{
		-webkit-transform: translate3d(-2px, 0px, 0);
		transform: translate3d(-2px, 0px, 0);
		width: 23px;
		height: 2px;
	}
	75%{
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
		width: 19px;
		height: 2px;
	}
	100%{
		-webkit-transform: translate3d(0px, 0, 0);
		transform: translate3d(0px, 0, 0);
		width: 19px;
		height: 2px;
	}
}

#wrap{
	position: relative;
	display: block;
	width: 100%;
	max-width: 2000px;
	overflow: hidden;
	margin: 0px auto;
}

.full_height{
	padding-top: 140px;
	position: relative;
	min-height: calc(100vh - 343px);
}

@media screen and (max-width: 960px){
	
	
	.full_height{
		padding-top: 48px!important;
	}
}

/*wrappers*/

.content_wrapper{
	position: relative;
	display: block;
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0px auto;
}
.content_wrapper_second{
	position: relative;
	display: block;
	max-width: 760px;
	margin: 0px auto;
}
.wide_wrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
}

.hide_button{
	display: none!important;
}
.fluid_container{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.col_wrap{
	position: relative;
	padding: 0px 20px;
}

.simple_block{
	position: relative;
	margin-top: 100px;
	margin-bottom: 120px;
}
.simple_head{
	position: relative;
	margin-bottom: 50px;
}
.simple_head .title{
	text-align: center;
}
.absolute_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.top_block{
	padding-top: 80px;
}
/*wrappers*/


/*links*/

.left_link,
.right_link,
.center_link,
.wide_link{
	position: relative;
	display: block;
}
.left_link{
	text-align: left;
}
.right_link{
	text-align: right;
}
.center_link{
	text-align: center;
}
.wide_link .simple_button,
.wide_link .blue_button_trans,
.wide_link .simple_button_blue{
	width: 100%;
	max-width: 100%;
}


.simple_button{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: none;
	margin: 0px;
	
	vertical-align: top;
	padding: 0px;
	border: none;
	border-radius: 10px;
	background-color: #FFC316;
	border: 2px solid #FFC316;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button>span{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	padding-top: 7px;
	
	font-family: open_sansbold;
	text-align: center;
	font-size: 14px;
	color: #4F545C;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.2em;
	
	min-height: 56px;
	width: 100%;
	min-width: 216px;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button:hover{
	background-color: #FFD55C;
	border: 2px solid #FFD55C;
}
.simple_button:hover>span{
	color: #4F545C;
}
.simple_button.simple_button_middle>span{
	min-height: 36px;
	font-size: 12px;
}
.simple_button.simple_button_white{
	background-color: #fff;
	border: 2px solid #fff;
}
.simple_button.simple_button_white>span{
	color: #4f545c;
}
.simple_button.simple_button_white:hover{
	background-color: #3faeee;
	border: 2px solid #3faeee;
}
.simple_button.simple_button_white:hover>span{
	color: #fff;
}
.simple_button.simple_button_middle>span{
	min-height: 36px;
	font-size: 12px;
}





.blue_button_trans{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: transparent;
	border: 2px solid #00AEEF;
	padding: 0px;
	border-radius: 10px;
	min-height: 60px;
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.blue_button_trans>span{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	min-width: 200px;
	padding: 5px 15px;
	
	font-family: open_sansbold;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #00AEEF;
	text-transform: uppercase;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.blue_button_trans:hover{
	border: 2px solid #4DC7F4;
	background-color: #4DC7F4;
}
.blue_button_trans:hover>span{
	color: #fff;
}

.blue_button_trans.blue_button_trans_small{
	min-height: 40px;
}
.blue_button_trans.blue_button_trans_small>span{
	min-height: 36px;
	font-size: 12px;
}
.blue_button_trans.blue_button_trans_exsmall{
	min-height: 30px;
}
.blue_button_trans.blue_button_trans_exsmall>span{
	min-height: 26px;
	font-size: 14px;
	min-width: 100px;
}

.link_img{
	position: relative;
	display: block;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.link_img img{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.link_img:hover{
	opacity: 0.7;
}


.link_title .title{
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.link_title:hover .title{
	color: #4DC7F4;
}

.simple_button_blue{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: 2px solid #00AEEF;
	background-color: #00AEEF;
	border-radius: 10px;
	min-width: 120px;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button_blue>span{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 56px;
	padding: 5px 10px;
	
	font-family: open_sansbold;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 10px;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button_blue:hover{
	border: 2px solid #4DC7F4;
	background-color: #4DC7F4;
}
.simple_button_blue>span>.icon{
	position: relative;
	display: inline-block;
	font-size: 8px;
	color: #fff;
	margin-right: 15px;
	
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}

.simple_button_blue.toggle_plan.collapsed>span>.icon{
	
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.plan_container>img{
	position: relative;
	max-width: 100%;
}

/*links*/



/*header*/

.header_container{
	background-color: inherit;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 280px;
	width: 100%;
	z-index: 560;
	
	margin-top: 0px;
}

.desktop .modal-open .header_container{
	width: calc(100% - 17px);
}


header{
	position: relative;
}
.desctop_header{
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	height: 140px;
	
	-moz-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	transition: height 0.3s cubic-bezier(.54,0,.42,1);
}

.desctop_header_top{
	position: relative;
	display: block;
	z-index: 5;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 10px;
}
.desctop_header_top>.desctop_header_wrapper{
	background-color: #fff;
	z-index: 100;
}
.desctop_header_wrapper{
	position: relative;
	display: block;
}
.desctop_header_left,
.desctop_header_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	height: 100%;
}
.desctop_header_top .desctop_header_left{
	width: 420px;
	padding-right: 0px;
}
.desctop_header_top .desctop_header_right{
	width: calc(100% - 420px);
}

.main_logo{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	top: 35px;
	
	-moz-transition: top 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: top 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: top 0.3s cubic-bezier(.54,0,.42,1);
	transition: top 0.3s cubic-bezier(.54,0,.42,1);
}
.main_logo img{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	max-width: 100%;
}
.main_header_contacts{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 38px;
	
	-moz-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
}
.term_vtk .main_header_contacts{
	padding-left: 20px;
}
.term_vtk .main_logo{
	width: 180px;
}
.phone_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #4F545C;
	font-size: 16px;
	line-height: 22px;
	font-family: open_sansbold;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.phone_link:link,
.phone_link:visited,
.phone_link:focus{
	color: #4F545C;
}
.phone_link:hover,
.phone_link:visited:hover{
	color: #4DC7F4;
}
.work_time{
	position: relative;
	margin: 0px;
	font-family: open_sansregular;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0.05em;
	color: #4F545C;
}
.main_header_contacts .work_time{
	margin-top: 5px;
}
.desctop_header_right{
	text-align: right;
}
.header_iconed_menu_container{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 35px;
	text-align: left;
	-moz-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
}
.header_iconed_menu{
	position: relative;
	display: block;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	-moz-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
	transition: padding-top 0.3s cubic-bezier(.54,0,.42,1);
}
.header_iconed_menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: open_sansbold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #00AEEF;
}
.header_iconed_menu li>a,
.header_iconed_menu li>span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.header_iconed_menu li>a:hover,
.header_iconed_menu li.active>span{
	color: #4DC7F4;
}
.header_iconed_menu li .icon{
	color: inherit;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	font-size: 10px;
	top: 5px;
}
.rub_icon{
	font-family: arial;
}
.header_iconed_menu li .rub_icon{
	background-color: #00AEEF;
	top: 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	padding-top: 4px;
	font-size: 8px;
	line-height: 6px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	width: 12px;
	height: 12px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}

.header_iconed_menu li>a:hover .rub_icon,
.header_iconed_menu li.active>span .rub_icon{
	background-color: #4DC7F4;
}
.header_login_menu{
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 0px 5px;
	-moz-transition: margin-top 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: margin-top 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: margin-top 0.3s cubic-bezier(.54,0,.42,1);
	transition: margin-top 0.3s cubic-bezier(.54,0,.42,1);
}
.header_login_menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	font-family: open_sansregular;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #00aeef;
}
.header_login_menu li>a{
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.header_login_menu li>span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	cursor: default;
}
.header_login_menu li>a:hover{
	text-decoration: none;
}
.enter_node_wimg{
	padding-left: 40px;
}
.enter_img{
	position: absolute;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	left: 5px;
	top: 50%;
	margin-top: -15px;
	border-radius: 100%;
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.desctop_header_burger{
	position: relative;
	display: inline-block;
	vertical-align: top;
	top: 57px;
	height: 38px;
	width: 38px;
	margin-left: 10px;
	cursor: pointer;
	background-color: #00AEEF;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), top 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), top 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), top 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), top 0.3s cubic-bezier(.54,0,.42,1);
	
}
.desctop_header_burger:hover{
	background-color: #4DC7F4;
}
.desctop_header_burger_wrap{
	position: absolute;
	display: block;
	top: 11px;
	left: 10px;
	width: 19px;
	height: 16px;
}
.dicon_bar{
	position: absolute;
	display: block;
	width: 19px;
	height: 2px;
	background-color: #fff;
	border-radius: 25px;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}
.static .dicon_bar{
	
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	/*
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
}
.dicon_bar:nth-child(1){
	top: 0px;
	left: 0px;
	
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.dicon_bar:nth-child(2){
	top: 7px;
	left: 0px;
}
.dicon_bar:nth-child(3){
	top: 14px;
	left: 0px;
	
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.desctop_header_burger.static:hover .dicon_bar:nth-child(1){
	-webkit-animation-name: shakeTop;
	animation-name: shakeTop;
}
.desctop_header_burger.static:hover .dicon_bar:nth-child(3){
	-webkit-animation-name: shakeBottom;
	animation-name: shakeBottom;
}
.desctop_header_burger.static:hover .dicon_bar:nth-child(2){
	-webkit-animation-name: slpash;
	animation-name: splash;
}



.toggled_desctop_header_collapse .desctop_header_burger .dicon_bar:nth-child(1){
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.toggled_desctop_header_collapse .desctop_header_burger .dicon_bar:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}
.toggled_desctop_header_collapse .desctop_header_burger .dicon_bar:nth-child(2){
	opacity: 0;
	width: 0px;
	height: 0px;
}

/*desctop_header_collapse*/
.desctop_header_collapse{
	display: block;
}

.desctop_header_collapse{
	position: absolute;
	top: -200px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	-moz-transition: top 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: top 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: top 0.3s cubic-bezier(.54,0,.42,1);
	transition: top 0.3s cubic-bezier(.54,0,.42,1);
}
.toggled_desctop_header_collapse .desctop_header_collapse{
	top: 90px;
}
.desctop_header_collapse_inner{
	position: relative;
	margin: 0px auto;
	padding: 10px 10px;
	max-width: 1200px;
}
.desctop_header_collapse_inner .main_menu{
	padding-top: 0px;
}

/*desctop_header_collapse*/

/*desctop_header_menu*/

.desctop_header_menu{
	position: relative;
	display: block;
}
.main_menu{
	position: relative;
	display: block;
	vertical-align: top;
	text-align: right;
}

.main_menu>li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #4F545C;
	font-family: open_sansbold;
}

.main_menu>li>a,
.main_menu>li>span,
.main_menu>li.active>a,
.main_menu>li.active>span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
	
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.main_menu>li.active>span{
	cursor: default;
}


.main_menu>li>a:hover,
.main_menu>li.active>span{
	color: #4DC7F4;
}


/*desctop_header_menu*/


/*mobile_header*/

.mobile_header{
	display: none;
}


.mobile_shadow{
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #000;
	opacity: 0;
	z-index: 200;
	cursor: pointer;
	
	z-index: 0;
	
	-moz-transition: height 0.3s linear, left 0.3s linear;
	-o-transition: height 0.3s linear, left 0.3s linear;
	-webkit-transition: height 0.3s linear, left 0.3s linear;
	transition: height 0.3s linear, left 0.3s linear;
	
}

.header_container.toggled .mobile_shadow{
	height: 100%;
	opacity: 0.8;
}
.mobile_header{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	background-color: #fff;
}
.burger_toggle{
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 50;
	background-color: #00AEEF;
}
.burger_toggle_wrap{
	position: absolute;
	display: block;
	top: 8px;
	left: 8px;
	width: 15px;
	height: 13px;
}
.icon_bar{
	position: absolute;
	width: 15px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.icon_bar:nth-child(1){
	top: 0px;
	left: 0px;
}
.icon_bar:nth-child(2){
	top: 6px;
	left: 0px;
}
.icon_bar:nth-child(3){
	top: 12px;
	left: 0px;
}

.header_container.toggled .icon_bar:nth-child(1){
	
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
	top: -2px;
	left: 1px;
	width: 21px;
}

.header_container.toggled .icon_bar:nth-child(2){
	opacity: 0;
}
.header_container.toggled .icon_bar:nth-child(3){
	transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-webkit-transform-origin: 0% 100%;
	
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	
	top: 12px;
	left: 1px;
	width: 21px;
}


.mobile_header_wrapper{
	position: relative;
	display: block;
	z-index: 200;
}
.mobile_header_top{
	position: relative;
	display: block;
	height: 48px;
	width: 100%;
	z-index: 500;
	background-color: #fff;
}

.mobile_logo_top{
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	left: 20px;
	top: 0px;
	height: 100%;
	width: 100px;
}
.term_vtk .mobile_logo_top{
	width: 120px;
}
.mobile_logo_top img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: auto;
	margin-left: 0px;
	padding: 0px;
	max-height: 100%;
	width: auto;
}

.mobile_phone{
	position: absolute;
	left: 150px;
	top: 14px;
}
.mobile_header_top .work_time{
	position: absolute;
	top: 16px;
	left: 295px;
}

.mobile_collapse{
	position: relative;
	width: 100%;
	border-bottom: none;
	
	top: -100vh;
	max-width: 350px;
	max-height: calc(100vh - 48px);
	
	
	-moz-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-o-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-webkit-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	transition: top 0.6s cubic-bezier(.54,0,.42,1);
	
	overflow-y: auto;
}


.mobile_collapse::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}

.mobile_collapse::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #636363;
  background-color: rgba(255, 255, 255, .3);
}

.header_container.toggled .mobile_collapse{
	top: 0px;
}

.mobile_collapse_content{
	position: relative;
	display: block;
	padding: 0px 20px;
	padding-bottom: 80px;
	padding-top: 30px;
	background-color: #fafafa;
}
.mobile_header_iconed_menu{
	position: relative;
	display: block;
	padding-top: 0px!important;
	padding-right: 0px;
}
.mobile_header_iconed_menu li{
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
.mobile_header_iconed_menu.header_iconed_menu li .icon{
	top: 2px;
}
.mobile_header_iconed_menu.header_iconed_menu li .rub_icon{
	top: 1px;
}
.mobile_header_iconed_menu.header_iconed_menu{
	padding-bottom: 20px;
	border-bottom: 2px solid #e9e9ea;
}
.mobile_collapse_content .main_menu{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #e9e9ea;
}
.mobile_collapse_content .main_menu>li{
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.mobile_collapse_content .main_menu>li>a,
.mobile_collapse_content .main_menu>li.active>span{
	display: block;
	padding: 5px 0px;
	text-align: center;
}

.mobile_collapse_contacts{
	position: relative;
	display: block;
	padding: 0px;
	padding-top: 30px;
}
.mobile_collapse_contacts .phone_link{
	font-size: 16px;
	margin-bottom: 15px;
}
.mobile_collapse_contacts .work_time{
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.mobile_collapse_contacts .soc_menu .icon{
	font-size: 18px;
}
.mobile_collapse_contacts .soc_link{
	width: 40px;
	height: 40px;
}



.mobile_login_menu{
	position: relative;
	display: block;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #e9e9ea;
	text-align: center;
}
.mobile_login_menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	font-family: open_sansregular;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.03em;
	color: #00aeef;
}
.mobile_login_menu li>a{
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.mobile_login_menu li>span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	cursor: default;
}
.mobile_login_menu li>a:hover{
	text-decoration: none;
}

@media screen and (max-width: 960px){
	
	.desctop_header{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	
}
@media screen and (max-width: 560px){
	.mobile_header_top .work_time{
		display: none;
	}
}
@media screen and (max-width: 350px){
	.mobile_phone{
		display: none;
	}
}

/*mobile_header*/



/*page_content*/

.full_page_container{
	margin-top: 90px;
	margin-bottom: 100px;
}
.page_content{
	clear: both;
}

.page_content_container{
	position: relative;
	padding-top: 80px;
}

.head1,
.page_content h1{
	position: relative;
	display: block;
	line-height: 1.09em;
	font-size: 56px;
	letter-spacing: 0px;
	text-transform: none;
	font-family: open_sansextrabold;
	color: #4F545C;
}
.page_content h1{
	margin-top: 10px;
	margin-bottom: 40px;
}


.head2,
.page_content h2{
	position: relative;
	display: block;
	line-height: 1.37em;
	font-size: 35px;
	letter-spacing: 0px;
	text-transform: none;
	font-family: open_sansextrabold;
	color: #4F545C;
}
.page_content h2{
	margin-top: 60px;
	margin-bottom: 30px;
}

.head3,
.page_content h3{
	position: relative;
	display: block;
	line-height: 1.36em;
	font-size: 22px;
	letter-spacing: 0px;
	text-transform: none;
	font-family: open_sansbold;
	color: #4F545C;
}
.page_content h3{
	margin-top: 25px;
	margin-bottom: 20px;
}

.head4,
.page_content h4{
	position: relative;
	display: block;
	line-height: 1.5em;
	font-size: 22px;
	letter-spacing: 0.03em;
	text-transform: none;
	font-family: open_sansregular;
	color: #4F545C;
}
.page_content h4{
	margin-top: 60px;
	margin-bottom: 30px;
}

.head5,
.page_content h5{
	position: relative;
	display: block;
	line-height: 1.5em;
	font-size: 22px;
	letter-spacing: 0.03em;
	text-transform: none;
	font-family: open_sansregular;
	color: #4F545C;
}
.page_content h5{
	margin-top: 60px;
	margin-bottom: 30px;
}

.head6,
.page_content h6{
	position: relative;
	display: block;
	line-height: 1.37em;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: none;
	font-family: open_sansbold;
	color: #4F545C;
}
.page_content h6{
	margin-top: 60px;
	margin-bottom: 30px;
}




.content_link,
.page_content p a,
.page_content a{
	position: relative;
	display: inline;
	
	background: none;
	padding: 0px;
	border: none;
	
	color: #00AEEF;
	font-family: open_sansregular;
	font-size: 22px;
	text-decoration: underline;
	letter-spacing: 0.03em;
}
.content_link{
	display: inline-block;
	vertical-align: top;
}

.content_link:link,
.page_content p a:link,
.page_content a:link{
	color: #00AEEF;
	text-decoration: none;
	
}
.content_link:visited,
.page_content p a:visited,
.page_content a:visited{
	color: #006EEF;
	text-decoration: none;
}

.content_link:hover,
.page_content p a:hover,
.page_content a:hover{
	color: #00AEEF;
	text-decoration: underline;
}
.content_link:visited:hover,
.page_content p a:visited:hover,
.page_content a:visited:hover{
	color: #006EEF;
	text-decoration: underline;
}
.content_link.content_link_big{
	font-size: 22px;
	text-decoration: underline;
}
.content_link.content_link_big:link,
.content_link.content_link_big:visited,
.content_link.content_link_big:focus{
	text-decoration: underline;
}
.content_link.content_link_big:hover,
.content_link.content_link_big:link:hover,
.content_link.content_link_big:visited:hover,
.content_link.content_link_big:focus:hover{
	text-decoration: none;
}


p,
.page_content p{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #4F545C;
	font-family: open_sansregular;
	font-size: 22px;
	line-height: 1.4em;
	
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}
.page_content{
	color: #4F545C;
	font-family: open_sansregular;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	
}

p i,
.page_content p i,
p em,
.page_content p em{
	font-family: open_sansitalic;
	font-style: none;
}

p b,
.page_content p b,
p strong,
.page_content p strong{
	font-family: open_sansbold;
	font-style: none;
}



table{
	width: 100%!important;
	border-collapse: collapse;
}
td,
th,
tr{
	width: auto!important;
	height: auto!important;
}
table th,
table td{
	position: relative;
	border: none; 
	padding: 25px 30px;
	line-height: 1.5em;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	color: #4f545c;
	font-family: open_sansregular;
}
table th{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	background-color: #3faeee;
	font-family: open_sansbold;
	color: #fff;
}
table tr{
	background-color: #f5f5f5;
}
table tr:nth-child(2n){
	background-color: #fff;
}
.page_content td p{
	margin: 5px 0px;
}
.wrap_tables{
	position: relative;
	display: block;
	overflow-x: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wrap_tables::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 4px;
	height: 8px;
	background-color: #f2f2f2;
}

.wrap_tables::-webkit-scrollbar-thumb{
	border-radius: 4px;
	border: 1px solid #3faeee;
	background-color: #f2f2f2;
}


blockquote{
	position: relative;
	border: none;
	background: transparent;
	
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	
	
	font-style: none;
	color: #4F545C;
	font-family: open_sansitalic;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.2em;
}

blockquote p{
	font-style: none;
	color: #4F545C;
	font-family: open_sansitalic;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.2em;
}

blockquote a,
blockquote p a{
	font-style: none;
	font-family: open_sansitalic;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.2em;;
}


.page_content ol,
.page_content ul{
	position: relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
}

.page_content ol li,
.page_content ul li{
	position: relative;
	display: block;
	
	color: #4F545C;
	font-family: open_sansregular;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
	padding-left: 25px;
}

.page_content ol li{
	padding-left: 40px;
}
.page_content ol li:last-child,
.page_content ul li:last-child{
	margin-bottom: 0px;
}

.page_content ol li p,
.page_content ul li p,
.page_content ol li a,
.page_content ul li a{
	margin: 0px;
}

.page_content ul>li:before{
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 8px;
	
	border-radius: 100%;
	width: 8px;
	height: 8px;
	background-color: #00AEEF;
}

ol{
	list-style: none;
	counter-reset: myCounter;
}
ol>li:before{
	counter-increment: myCounter;
	content: counter(myCounter) '.';
}
.page_content ol>li:before{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 30px;
	
	background: none;
	
	color: #00AEEF;
	font-family: open_sansbold;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	text-align: right;
}

.page_content ol>li ul,
.page_content ol>li ol,
.page_content ul>li ul,
.page_content ul>li ol,
.page_content ol>ul,
.page_content ol>ol,
.page_content ul>ul,
.page_content ul>ol{
	padding-left: 0px;
	margin: 0px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.page_content ol>li ul li,
.page_content ol>li ol li,
.page_content ul>li ul li,
.page_content ul>li ol li,
.page_content ol>ul li,
.page_content ol>ol li,
.page_content ul>ul li,
.page_content ul>ol li{
	margin-bottom: 10px;
	padding-left: 25px;
}




.page_content img{
	position: relative;
	max-width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	height: auto!important;
}



.page_content img[style*="float: right"],
.page_content img[style*="float:right"]{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.page_content img[style*="float: left"],
.page_content img[style*="float:left"]{
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}



.invert_ui .bread_crumbs li,
.invert_ui .head1{
	color: #fff;
}

.invert_ui .head1,
.invert_ui .head2,
.invert_ui .head3,
.invert_ui .head4,
.invert_ui .head5,
.invert_ui .head6,

.invert_ui .page_content h1,
.invert_ui .page_content h2,
.invert_ui .page_content h3,
.invert_ui .page_content h4,
.invert_ui .page_content h5,
.invert_ui .page_content h6,

.invert_ui.page_content h1,
.invert_ui.page_content h2,
.invert_ui.page_content h3,
.invert_ui.page_content h4,
.invert_ui.page_content h5,
.invert_ui.page_content h6{
	color: #fff;
}










.invert_ui p,
.invert_ui .page_content p{
	color: #fff;
}
.invert_ui p a,
.invert_ui .page_content p a,
.invert_ui .content_link,
.invert_ui p a:link,
.invert_ui .page_content p a:link,
.invert_ui .content_link:link,
.invert_ui p a:visited,
.invert_ui .page_content p a:visited,
.invert_ui .content_link:visited{
	color: #fff;
}


/*
@media screen and (max-width: 960px){
	
	.head1,
	.page_content h1{
		font-size: 40px;
	}
	.head2,
	.page_content h2{
		font-size: 30px;
	}
	.head3,
	.page_content h3{
		font-size: 25px;
	}
	.head4,
	.page_content h4{
		font-size: 22px;
	}
	
}
@media screen and (max-width: 600px){
	
	.head1,
	.page_content h1{
		font-size: 30px;
	}
	.head2,
	.page_content h2{
		font-size: 25px;
	}
	.head3,
	.page_content h3{
		font-size: 20px;
	}
	.head4,
	.page_content h4{
		font-size: 19px;
	}
	.head5,
	.page_content h5{
		font-size: 17px;
	}
	
}
*/

@media screen and (max-width: 767px){
	
	.head1,
	.page_content h1{
		font-size: 35px;
	}
	.head2,
	.page_content h2{
		font-size: 25px;
	}
	.head3,
	.page_content h3{
		font-size: 22px;
	}
	.head4,
	.page_content h4{
		font-size: 22px;
	}
	.head5,
	.page_content h5{
		font-size: 22px;
	}
	p,
	.page_content p{
		font-size: 16px;
	}
	.content_link,
	.page_content p a,
	.page_content a,
	.page_content ol li,
	.page_content ul li{
		font-size: 16px;
	}
	.page_content ul>li:before{
		top: 7px;
	}
	.page_content ol>li:before{
		font-size: 16px;
		width: 20px;
	}
	.page_content ol li{
		padding-left: 25px;
	}
	.page_content{
		font-size: 16px;
	}
}
@media screen and (max-width: 400px){
	.head1,
	.page_content h1{
		font-size: 30px;
	}
}

.page_content_head{
	position: relative;
	margin-bottom: 100px;
}
.page_content_head .bread_crumbs{
	margin-bottom: 10px;
}

.page_content_title_block_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 560px;
}
.page_content .blue_title h1{
	color: #00AEEF;
}
.page_content .page_content_title_block_wrapper h1{
	margin-top: 100px;
}

.number_info_block{
	position: relative;
	display: block;
	margin-top: 50px;
}
.number_info_block_number{
	font-family: open_sansextrabold;
	font-size: 220px;
	line-height: 1em;
	color: #FFC316;
	position: relative;
	display: inline-block;
}
.number_info_block_text{
	position: relative;
	display: inline-block;
	font-family: open_sansextrabold;
	font-size: 22px;
	color: #4F545C;
	margin-left: -70px;
}
.page_content .container-fluid>.row{
	margin-bottom: 50px;
}
.sep_block{
	border-bottom: 2px solid #dcddde;
	margin-bottom: 90px;
}
.dashed_title{
	position: relative;
	display: block;
	margin-top: 0px;
	padding-top: 30px;
	border-top: 2px solid #343434;
}
.page_content .dashed_title h2,
.dashed_title h2{
	margin-top: 0px;
}
.page_content .col_wrap h2{
	margin-top: 0px;
	margin-bottom: 20px;
}
.small_sep{
	position: relative;
	display: block;
	padding-bottom: 50px;
	border-bottom: 2px solid #dcddde;
}
.page_content .small_sep h1{
	margin-top: 115px;
}
.page_content .small_sep blockquote{
	margin-bottom: 0px;
}
.page_content a[data-fancybox]{
	position: relative;
	display: inline-block;
}
.page_content a[data-fancybox] img{
	margin-bottom: 0px!important;
}
.page_content a[data-fancybox]{
	margin-bottom: 40px;
}
.page_content .col-lg-4 a[data-fancybox]{
	margin-bottom: 0px;
}
.top_dashed{
	position: relative;
	padding-top: 35px;
	border-top: 2px solid #343434;
}
.page_content .top_dashed h2{
	margin-top: 0px;
	marging-bottom: 20px;
}

.page_content .small_video .icon_triangle{
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
}
.page_content .small_video .icon_triangle:before{
	top: 17px;
	left: 20px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 23px solid #fff;
}
.page_content .small_video p{
	font-size: 16px;
}

.page_content_slider{
	position: relative;
	margin-top: 80px;
	margin-bottom: 20px;
	padding: 0px 100px;
}
.page_content_slider .sq_slider_button{
	height: calc(100% - 70px);
	user-select: none;
}
.page_content_slider .sq_slider_button .icon{
	top: 50%;
	margin-top: -30px;
}
.page_content .page_content_slider a[data-fancybox]{
	margin-bottom: 0px;
}
.page_content .slider_pagination_container{
	bottom: auto;
	left: auto;
	position: relative;
	margin-top: 70px;
}
.slider_pagination_container_blue .general_pagination .swiper-pagination-bullet:before{
	background-color: #00AEEF;
}
.page_content .slider_pagination_container .swiper-pagination{
	max-width: 100%;
	margin: 0px;
	text-align: center;
}
.page_content_back{
	position: relative;
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: left;
}

@media screen and (max-width: 960px){
	
	.page_content_container{
		padding-top: 50px;
	}
	.page_content_head .bread_crumbs{
		margin-bottom: 20px;
	}
	.page_content_head{
		margin-bottom: 20px;
	}
	.page_content_title_block_wrapper{
		max-width: 100%;
	}
	.page_content .page_content_title_block_wrapper h1{
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.page_content .small_sep h1{
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.page_content_slider{
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px){
	.number_info_block_number{
		font-size: 100px;
	}
	.number_info_block_text{
		margin-left: -10px;
	}
	.page_content .container-fluid>.row{
		margin-bottom: 0px;
	}
	.page_content a[data-fancybox]{
		margin-bottom: 20px;
	}
	.top_dashed{
		padding-top: 20px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px){
	.page_content_slider{
		margin-top: 20px;
		padding: 0px 50px;
	}
	.page_content_slider .sq_slider_button{
		width: 30px;
	}
	.page_content_slider .sq_slider_button .icon{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 15px;
	}
	.page_content .slider_pagination_container{
		margin-top: 30px;
	}
}
/*page_content*/


/*breadcrumbs*/

.breadcrumbs_container{
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
}
.breadcrumbs_wrapper{
	position: relative;
	display: block;
}
.bread_crumbs{
	position: relative;
	display: block;
}
.breadcrumbs_wrapper li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #4F545C;
	font-family: open_sansbold;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bread_decor{
	font-size: 14px;
	cursor: default;
}
.breadcrumbs_wrapper li a{
	position: relative;
	
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	opacity: 0.5;
	
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	
}
.breadcrumbs_wrapper li.active{
	margin-right: 0px;
}
.breadcrumbs_wrapper li.active span{
	opacity: 1;
}
.breadcrumbs_wrapper li a:hover{
	opacity: 1;
}


/*breadcrumbs*/

/*general_slider*/

.general_slider_button{
	position: absolute;
	top: 0px;
	margin: 0px;
	height: 100%;
	width: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
}
.general_slider_button.swiper-button-prev{
	left: 0px;
}
.general_slider_button.swiper-button-prev{
	right: 0px;
}
.general_slider_button .icon{
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: #fff;
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
}

.general_slider_button.swiper-button-prev .icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.general_slider_button:hover .icon{
	opacity: 0.7;
}



.general_pagination{
	position: relative;
	display: block;
	text-align: center;
	margin: 0px auto;
	height: 12px;
}
.general_pagination.swiper-pagination-bullets-dynamic{
	white-space: nowrap;
}
.general_pagination .swiper-pagination-bullet{
	margin: 0px 12px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 0%;
	background: none;
	width: 12px;
	height: 12px;
	opacity: 1;
}
.general_pagination .swiper-pagination-bullet:before{
	content: '';
	display: block;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 0%;
	background-color: #fff;
	
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.general_pagination .swiper-pagination-bullet:hover:before,
.general_pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:before,
.general_pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:hover:before{
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
}


/*general_slider*/



/*main_slider*/
.main_slider{
	background-color: #00AEEF;
}
.main_slider_container{
	position: relative;
}
.main_slide{
	position: relative;
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_slide_side{
	background-size: auto 100%;
}
.main_slider_plank{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 56%;
	background-color: #00AEEF;
}
.main_slide_full:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.main_slider_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 20px;
}
.main_slider_content_wrapper{
	position: relative;
	display: flex;
	max-width: 520px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: calc(100vh - 300px);
	min-height: auto;
	max-height: 792px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #00AEEF;
}
.main_slider2 .main_slider_content_wrapper{
	max-height: 644px;
	background-color: #4F545C;
}
.main_slider_slide_head{
	position: relative;
	display: block;
	margin-bottom: 25px;
	background-size: 0px;
	background-position: -100px -100px;
}
.main_slider_slide_body{
	position: relative;
	display: block;
	margin-bottom: 25px;
}
.main_slider_slide_footer{
	margin-top: 45px;
}
.main_slider_slide_footer .simple_button{
	width: 100%;
	max-width: 360px;
}
.main_slide_img{
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 46%;
	height: 100%;
}

.icon_triangle_trans{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	border-left: 2px solid #4F545C;
	width: 16px;
	height: 18px;
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1);
}
.icon_triangle_trans:before,
.icon_triangle_trans:after{
	content: '';
	display: block;
	position: absolute;
	width: 19px;
	height: 2px;
	left: -1px;
	background-color: #4f545c;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	
}
.icon_triangle_trans:before{
	top: 0px;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
}
.icon_triangle_trans:after{
	bottom: 0px;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.main_slider .swiper-button-prev{
	left: 50px;
}
.main_slider .swiper-button-next{
	right: 50px;
}
.slider_pagination_container{
	position: absolute;
	display: block;
	bottom: 10%;
	left: 0px;
	width: 100%;
}
.slider_pagination_container .swiper-pagination{
	position: relative;
	display: block;
	margin-left: 0px;
	margin-right: auto;
	max-width: 540px;
	text-align: left;
}
.slider_pagination_container .swiper-pagination{
	height: 20px;
}
.slider_pagination_container_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 20px;
}
.main_slider .only_one .general_slider_button{
	display: none;
}
.sq_general_slider_button{
	display: none;
	vertical-align: top;
	background: none;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	position: relative;
	margin: 0px;
	top: auto;
	left: auto;
	right: auto;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.sq_general_slider_button .icon{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.sq_general_slider_button.swiper-button-prev .icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.sq_general_slider_button:hover{
	opacity: 0.7;
}
@media screen and (max-height: 900px){
	.main_slider_content_wrapper{
		padding-top: 20px;
		padding-bottom: 40px;
		height: calc(100vh - 180px);
	}
	.slider_pagination_container{
		bottom: 30px;
	}
}
@media screen and (max-width: 1380px){
	.main_slider .swiper-button-prev{
		left: 0px;
	}
	.main_slider .swiper-button-next{
		right: 0px;
	}
	.main_slider .general_slider_button .icon{
		font-size: 35px;
	}
	.main_slider_wrapper{
		padding: 0px 40px;
		max-width: 1240px;
	}
	.main_slider_plank{
		width: 100%;
		max-width: 580px;
	}
	
	.main_slide_img{
		width: calc(100% - 580px);
	}


}
@media screen and (max-width: 960px){
	.main_slide_img{
		display: none;
	}
	.main_slider2 .main_slide_img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.main_slider_content_wrapper{
		height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0px auto;
		display: block;
		min-height: auto!important;
		max-width: 100%;
		max-height: none;
		padding-right: 0px;
	}
	.main_slider2 .main_slider_content_wrapper{
		max-height: none;
	}
	.main_slider_wrapper{
		padding: 0px;
	}
	.main_slider .general_slider_button{
		display: none;
	}
	.main_slider .sq_general_slider_button{
		display: inline-block;
	}
	.main_slider_plank{
		display: none;
	}
	.main_slider_slide_head{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 25px 20px;
		min-height: 380px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-bottom: 0px;
	}
	.main_slider_slide_head:before{
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		
		background: rgba(0,0,0,0.5);
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.3)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
	.main_slider_slide_head .title{
		text-align: center;
	}
	.main_slide_full:before{
		display: none;
	}
	.main_slide{
		background-size: 0px!important;
	}
	.main_slider_slide_body{
		position: relative;
		display: block;
		margin: 0px auto;
		max-width: 430px;
		margin-bottom: 50px;
		padding: 50px 20px 0px 20px;
		text-align: center;
	}
	.main_slider_slide_body p{
		text-align: center;
	}
	.main_slider_slide_footer{
		position: relative;
		display: block;
		text-align: center;
		padding-bottom: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.main_slider_slide_footer .simple_button{
		max-width: 300px;
		min-height: 40px;
	}
	.main_slider_slide_footer .simple_button span{
		min-height: 36px;
		font-size: 12px;
	}
	.main_slider_slide_footer .simple_button span .icon_triangle_trans{
		min-height: 5px;
	}
	.main_slider .slider_pagination_container{
		bottom: 40px;
		text-align: center;
		padding: 0px 20px;
	}
	.main_slider .slider_pagination_container .swiper-pagination{
		text-align: center;
		max-width: none;
		margin: 0px 10px;
		display: inline-block;
		vertical-align: top;
		padding-top: 10px;
	}
	.main_slider2 .main_slide{
		background-size: cover!important;
	}
	.main_slider2 .main_slider_slide_head:before{
		display: none!important;
	}
	.main_slider2 .main_slide .main_slider_content_wrapper:before{
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.3)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
	.main_slider2 .main_slider_slide_head{
		min-height: auto;
		padding-top: 120px;
	}
	.main_slider2 .main_slider_content_inner{
		position: relative;
		margin: 0px auto;
		max-width: 500px;
	}
	.main_slider2 .main_slider_slide_body{
		max-width: 500px;
		padding-top: 0px;
	}
	
	.main_slider2 .main_slider_content_wrapper{
		background-color: transparent;
	}
}
@media screen and (max-width: 480px){
	.main_slider2 .main_slider_slide_head{
		padding-top: 40px;
	}
	.main_slider2 .main_slider_slide_body{
		margin-bottom: 40px;
	}
	.main_slider_slide_body{
		margin-bottom: 65px;
	}
	.main_slider_slide_footer{
		margin-top: 30px;
		padding-bottom: 80px;
	}
	.main_slider2 .main_slider_slide_footer{
		margin-top: 40px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.main_slider_slide_footer .icon_triangle_trans{
		display: none;
	}
	
	.main_slider .slider_pagination_container{
		bottom: 20px;
		padding: 0px 10px;
	}
	.main_slider_container .slider_pagination_container_inner{
		padding: 0px;
	}
	.main_slider .slider_pagination_container .swiper-pagination{
		max-width: calc(100% - 80px);
		margin: 0px;
	}
	
	.main_slider_slide_head{
		min-height: 250px;
	}
	.main_slider_slide_body{
		padding-top: 30px;
	}
	
}

/*main_slider*/

/*main_tour_offer*/

.main_tour_offer{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	/*left: 0px;
	bottom: 0px;*/
	width: 100%;
	z-index: 100;
	opacity: 1!important;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.main_tour_offer button.close{
	top: 20px;
	right: 20px;
}
.main_tour_offer.opacity{
	opacity: 0.6;
}
.main_tour_offer.opacity:hover{
	opacity: 1;
}
.main_tour_offer button.close{
	z-index: 5;
}
.main_tour_offer.opacity button.close{
	top: 10px;
	right: 20px;
	z-index: 5;
}

.main_tour_offer_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	padding: 50px 0px;
	-moz-transition: padding 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: padding 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: padding 0.3s cubic-bezier(.54,0,.42,1);
	transition: padding 0.3s cubic-bezier(.54,0,.42,1);
}
.scrolled_wrap .main_tour_offer_wrapper{
	padding: 50px 0px 50px 0px;
} 
.main_tour_offer_wrapper_left,
.main_tour_offer_wrapper_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
}
.main_tour_offer_flex{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}
.main_tour_offer_flex .title{
	margin-left: 20px;
}
.hard_tour_button{
	position: relative;
	display: block;
	border: 2px solid #00AEEF;
	width: 60px;
	height: 60px;
	background-color: #fff;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.hard_tour_button:hover{
	background-color: #4DC7F4;
	border: 2px solid #4DC7F4;
}
.hard_tour_button .icon{
	
	color: #FF8D0A;
	
	background: rgba(255,243,10,1);
	background: -moz-linear-gradient(top, rgba(255,243,10,1) 0%, rgba(255,141,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,243,10,1)), color-stop(100%, rgba(255,141,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,243,10,1) 0%, rgba(255,141,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,243,10,1) 0%, rgba(255,141,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,243,10,1) 0%, rgba(255,141,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,243,10,1) 0%, rgba(255,141,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff30a', endColorstr='#ff8d0a', GradientType=0 );
	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hard_tour_button>.icon{
	position: relative;
	display: block;
	line-height: 54px;
	width: 100%;
	text-align: center;
	
	font-size: 36px;
	
}
.hard_tour_button .text,
.hard_tour_button .icon_mob{
	position: relative;
	display: none;
}
.hard_tour_button:hover .text{
	color: #fff;
}

.main_tour_offer_wrapper_right{
	position: relative;
	text-align: right;
}
.main_tour_offer_wrapper_right .blue_button_trans{
	width: 100%;
	max-width: 460px;
}
@media screen and (max-height: 900px){
	
	.main_tour_offer_wrapper{
		padding: 30px 0px 30px 0px;
	}
	.main_tour_offer button.close{
		top: 10px;
		right: 20px;
	}
}

@media screen and (max-width: 960px){
	
	.main_tour_offer_wrapper_right{
		display: none;
	}
	.main_tour_offer_wrapper_left{
		display: block;
		width: 100%;
	}
	.main_tour_offer_flex .title{
		display: none;
	}
	.main_tour_offer_flex{
		justify-content: center;
	}
	.hard_tour_button{
		width: 100%;
		max-width: 460px;
		border-radius: 10px;
		padding: 0px 20px;
		text-align: center;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.hard_tour_button .text,
	.hard_tour_button .icon_mob{
		display: inline-block;
		vertical-align: top;
	}
	.hard_tour_button .icon_mob{
		font-size: 26px;
	}
	.hard_tour_button>.icon{
		display: inline-block;
		font-size: 26px;
		width: auto;
	}
	.hard_tour_button .icon_mob:first-of-type:before{
		display: none;
	}
	.hard_tour_button .text{
		padding-top: 13px;
		font-family: open_sansbold;
		font-size: 12px;
		line-height: 1.33em;
		color: #00AEEF;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		margin-left: 10px;
		-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
		-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
		-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
		transition: color 0.3s cubic-bezier(.54,0,.42,1);
	}
	.hard_tour_button .text .icon_mob:last-of-type{
		margin-left: 10px;
		top: -8px;
	}
	.hard_tour_button:hover .text{
		color: #fff;
	}
}
@media screen and (max-width: 480px){
	.hard_tour_button{
		padding: 5px 10px;
	}
	.hard_tour_button>.icon{
		display: none;
	}
	.hard_tour_button .text{
		margin-left: 0px;
		padding-top: 0px;
	}
	.hard_tour_button .text .icon_mob:last-of-type{
		display: none;
	}
	.hard_tour_button .icon_mob:first-of-type{
		display: inline-block;
		font-size: 14px;
		margin-left: 2px;
		margin-right: 2px;
		position: relative;
	}
	.hard_tour_button .icon_mob:first-of-type:before{
		display: block;
	}
}

/*main_tour_offer*/

/*shedule_slider*/

.schedule_slider{
	position: relative;
	
}
.dashed_head{
	position: relative;
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.dashed_head:before,
.dashed_head:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: calc(50% - 220px);
	background-color: #4F545C;
	opacity: 0.2;
	border-radius: 2px;
	height: 2px;
	margin-top: -1px;
}
.dashed_head:before{
	left: 0px;
}
.dashed_head:after{
	right: 0px;
}
.dashed_head .title{
	position: relative;
	display: block;
	max-width: 440px;
	margin: 0px auto;
	padding: 0px 20px;
}
.schedule_slider_wrapper{
	position: relative;
	display: block;
	max-width: 1400px;
	padding: 0px 20px;
	margin: 0px auto;
	margin-bottom: 40px;
}
.schedule_slider_container{
	position: relative;
	padding: 0px 80px;
}
.schedule_column{
	position: relative;
	display: block;
	max-width: 380px;
	margin: 0px auto;
	padding: 0px 10px;
}
.schedule_head{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 130px;
	background-color: #fafafa;
	padding: 10px;
	margin-bottom: 20px;
}
.schedule_head .title{
	text-align: center;
}
.schedule_body{
	position: relative;
}
.event_node{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	height: 60px;
}
.event_time{
	position: relative;
	display: block;
	width: 40px;
	margin-right: 20px;
	font-family: open_sansbold;
	font-size: 12px;
	color: #4f545c;
}
.event_plank{
	position: relative;
	width: 100%;
	max-width: 300px;
	display: block;
	border: 2px solid #00AEEF;
	border-radius: 10px;
	background-color: #fff;
}
.event_plank:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -11px;
	margin-top: -12px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid #00AEEF;
}
.event_plank:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -10px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #fff;
}
.event_plank .text{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 5px 15px;
	
	font-family: open_sansregular;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #000;
	
	height: 56px;
	
}
.sq_slider_button{
	position: absolute;
	background: none;
	margin: 0px;
	top: 0px;
	width: 60px;
	display: block;
	height: 100%;
}
.sq_slider_button.swiper-button-prev{
	left: 0px;
}
.sq_slider_button.swiper-button-next{
	right: 0px;
}
.sq_slider_button .icon{
	position: absolute;
	display: flex;
	width: 60px;
	height: 60px;
	top: 35px;
	left: 0px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid #00AEEF;
	color: #00AEEF;
	font-size: 24px;
	
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.sq_slider_button:hover .icon{
	color: #4DC7F4;
	border: 2px solid #4DC7F4;
}

.sq_slider_button.swiper-button-prev .icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.schedule_slider_container .sq_slider_button .icon{
	background-color: #fff;
}


.abon_bundle_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.abon_bundle_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
}
.abon_bundle_node_inner{
	background-color: #FAFAFA;
	padding: 70px 20px 60px 20px;
	min-height: 579px;
}
.abon_bundle_node_content{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 440px;
}
.abon_bundle_head{
	position: relative;
	min-height: 75px;
	margin-bottom: 25px;
}
.abon_bundle_head .title{
	text-align: center;
}
.abon_bundle_body{
	position: relative;
	min-height: 200px;
	margin-bottom: 20px;
}
.abon_bundle_body p,
.abon_bundle_footer p{
	margin-bottom: 10px;
	font-size: 22px;
}
.abon_bundle_body>p>span{
	position: relative;
	display: inline-block;
	padding: 5px 8px;
	background-color: #74584C;
	border-radius: 5px;
	color: #fff;
}
.dashed_comment{
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 15px;
	text-align: center;
	border-radius: 10px;
}
.dashed_comment:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 2px dashed #4F545C;
	opacity: 0.2;
	border-radius: 10px;
}
.dashed_comment>span{
	position: relative;
	display: inline-block;
}
.abon_bundle_body .content_link{
	margin-top: 15px;
}
.abon_bundle_footer .simple_button{
	width: 100%;
	max-width: 360px;
}

@media screen and (max-width: 960px){
	
	.abon_bundle_node{
		display: block;
		width: 100%;
		margin-bottom: 60px;
	}
	.dashed_head:before,
	.dashed_head:after{
		display: none;
	}
	.dashed_head .title{
		padding: 0px;
	}
	.abon_bundle_node_inner{
		min-height: auto;
	}
}
@media screen and (max-width: 540px){
	.schedule_column{
		padding: 0px;
	}
	.schedule_slider_container{
		padding: 0px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.schedule_slider_container .sq_slider_button.swiper-button-prev{
		left: 20px;
	}
	.schedule_slider_container .sq_slider_button.swiper-button-next{
		right: 20px;
	}
	.schedule_slider_container .sq_slider_button{
		width: 30px;
	}
	.schedule_slider_container .sq_slider_button .icon{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.schedule_head{
		padding: 0px 60px;
	}
	.event_node{
		padding: 0px 20px;
	}
	.abon_bundle_body{
		min-height: auto;
	}
	.abon_bundle_node{
		margin-bottom: 20px;
		padding: 0px;
	}
	.abon_bundle_node_inner{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.abon_bundle_body .dashed_comment,
	.abon_bundle_footer p,
	.abon_bundle_node:nth-child(2) .abon_bundle_body p{
		font-size: 16px;
	}
	.abon_bundle_body .content_link{
		font-size: 14px;
	}
	.abon_bundle_footer{
		margin-top: 50px;
	}
}
@media screen and (max-width: 480px){
	.abon_bundle_node_inner{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.abon_bundle_footer{
		margin-top: 30px;
	}
	.abon_bundle_node_inner{
		min-height: auto;
	}
}
/*shedule_slider*/


/*main_gallery*/

.marble_block{
	 background-position: left top;
	 padding-top: 90px;
	 padding-bottom: 120px;
}
.main_gallery_container{
	position: relative;
	overflow: hidden;
}
.main_gallery_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1320px;
	padding: 0px;
}
.main_gallery_wrapper .swiper-container{
	overflow: visible;
}
.main_gallery_wrapper .swiper-container .swiper-slide{
	width: 600px;
}
.main_gallery_column_container{
	position: relative;
	display: block;
}
.main_gallery_column{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width: 600px;
}
.main_gallery_slide{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	margin-bottom: 40px;
}
.gallery_slide11{
	width: 300px;
}
.gallery_slide21{
	width: 600px;
}
.gallery_slide22{
	width: 600px;
}
.main_gallery_img{
	position: relative;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.main_gallery_slide .title{
	position: relative;
	display: flex;
	height: 100px;
	background-color: #fff;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 30px;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.gallery_slide11 .main_gallery_img,
.gallery_slide21 .main_gallery_img{
	height: 160px;
}
.gallery_slide22 .main_gallery_img,
.gallery_slide12 .main_gallery_img{
	height: 460px;
}

.main_gallery_slide:hover .main_gallery_img{
	opacity: 0.7;
}
.main_gallery_slide:hover .title{
	color: #00AEEF;
}

.gallery_slider_button{
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
	margin: 0px;
	top: 0px;
	width: 160px;
	height: 100%;
	
}
.gallery_slider_button:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
}
.gallery_slider_button.swiper-button-prev{
	left: 0px;
}
.gallery_slider_button.swiper-button-next{
	right: 0px;
}
.gallery_slider_button .icon{
	position: relative;
	display: inline-block;
	color: #00AEEF;
	font-size: 64px;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.gallery_slider_button:hover .icon{
	color: #4DC7F4;
}
.gallery_slider_button.swiper-button-prev .icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.side_white{
	position: absolute;
	top: 0px;
	width: 160px;
	height: 100%;
	background: #fff;
}
.side_white:nth-of-type(1){
	left: 0px;
}
.side_white:nth-of-type(2){
	right: 0px;
}
.dashed_plan_toggle{
	position: relative;
	display: block;
	margin-top: 60px;
	text-align: center;
}
.dashed_plan_toggle .simple_button_blue,
.dashed_plan_toggle .blue_button_trans{
	width: 100%;
	max-width: 360px;
}
.dashed_plan_toggle:before,
.dashed_plan_toggle:after{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	width: calc(50% - 200px);
	height: 2px;
	border-radius: 2px;
	background: #4F545C;
	opacity: 0.2;
}
.dashed_plan_toggle:before{
	left: 0px;
}
.dashed_plan_toggle:after{
	right: 0px;
}

.main_gallery_pagination_container{
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 10px;
	padding-top: 25px;
	padding-bottom: 60px;
	background-color: #fff;
	max-width: 300px;
}
.main_gallery_pagination_container .slider_pagination_container_inner{
	position: relative;
	display: block;
	padding: 0px;
	text-align: center;
}
.main_gallery_pagination_container .sq_general_slider_button{
	border: 2px solid #00AEEF;
	display: inline-block;
	vertical-align: top;
}
.main_gallery_pagination_container .sq_general_slider_button .icon{
	color: #00AEEF;
	display: flex;
}
.main_gallery_pagination_container .general_pagination{
	display: inline-block;
	padding: 0px 10px;
	margin: auto;
	vertical-align: top;
	padding-top: 10px;
	height: 30px;
}
.main_gallery_pagination_container .general_pagination .swiper-pagination-bullet:before{
	background-color: #00AEEF;
}

.main_gallery_container_mobile{
	display: none;
}
@media screen and (max-width: 1480px){
	
	.gallery_slider_button{
		width: 70px;
	}
	.gallery_slider_button .icon{
		font-size: 25px;
	}
	.side_white{
		display: none;
	}
}
@media screen and (max-width: 960px){
	.side_white{
		display: none;
	}
	.gallery_slider_button{
		width: 70px;
	}
	.gallery_slider_button .icon{
		font-size: 25px;
	}
}
@media screen and (max-width: 850px){
	.main_gallery_container{
		display: none;
	}
	.main_gallery_container_mobile{
		display: block;
	}
	.main_gallery_wrapper_mobile{
		position: relative;
		padding: 0px 10px;
	}
	.main_gallery_wrapper_mobile .main_gallery_slide{
		position: relative;
		display: block;
		margin: 0px auto;
		width: calc(100vw - 20px);
		max-width: 300px;
		padding: 0px;
	}
	.main_gallery_wrapper_mobile .main_gallery_img{
		position: relative;
		display: block;
		width: calc(100vw - 20px);
		height: calc(100vw - 20px);
		max-height: 300px;
		max-width: 300px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.main_gallery_slide .title{
		min-height: auto;
		padding: 0px 10px;
		padding-top: 15px;
		text-align: center;
		display: block;
		height: auto;
		padding-bottom: 15px;
	}
	.main_gallery_wrapper_mobile{
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 480px){
	
	.marble_block{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.fancybox-slide--iframe .fancybox-content{
		max-width: 100%;
		width: 100%;
	}
}


/*main_gallery*/

/*review_slider*/

.review_slider_container{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.review_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 25%;
}
.review_node_inner{
	position: relative;
	display: block;
	max-width: 260px;
	margin: 0px auto;
}
.review_node img{
	position: relative;
	display: block;
	max-width: 100%;
	margin-bottom: 35px; 
}
.review_node .title{
	text-align: center;
	margin-bottom: 15px;
}
.review_node p{
	position: relative;
	text-align: center;
}
.review_slider_container .gallery_slider_button{
	width: 60px;
}
.review_slider_container .gallery_slider_button.swiper-button-disabled{
	display: none;
	pointer-events: auto;
}
.small_triangle{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.small_triangle:before{
	content: '';
	display: block;
	position: absolute;
	left: 9px;
	top: 6px;
	border-left: 12px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

@media screen and (max-width: 960px){
	
	.review_node{
		width: 50%;
		padding: 0px 10px;
		margin-bottom: 60px;
	}
	.review_slider_container{
		margin-left: 10px;
		margin-right: 10px;
	}
	.review_node img{
		margin-bottom: 30px;
	}
	.dashed_plan_toggle{
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px){
	
	.review_node{
		width: 100%;
		margin-bottom: 40px;
	}
	.review_node img{
		margin-bottom: 18px;
	}
	.review_node p{
		font-size: 16px;
		margin-bottom: 0px;
	}
	
}

/*review_slider*/

/*main_info*/

.main_info{
	position: relative;
	display: block;
	padding: 120px 0px 120px 0px;
	background-color: #fafafa;
}
.video_slider{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.video_block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
	margin-bottom: 40px;
}
.video_block_inner{
	position: relative;
	display: block;
}
.video_block a{
	position: relative;
	display: block;
	max-width: 560px;
	margin: 0px auto;
}
.video_block img{
	position: relative;
	display: block;
	max-width: 100%;
}
.fancy_bg{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 195, 22, 0.5);
	opacity: 0.6;
}
.icon_triangle{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	margin-top: -50px;
	margin-left: -50px;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.icon_triangle:before{
	content: '';
	display: block;
	position: absolute;
	top: 26px;
	left: 34px;
	border-left: 38px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
a:hover .icon_triangle{
	opacity: 0.7;
}
.video_slider .gallery_slider_button{
	width: 60px;
}
.video_slider .gallery_slider_button.swiper-button-disabled{
	display: none;
}

.video_slider_footer{
	position: relative;
	margin-top: 20px;
}
.info_block_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 50px;
}
.info_block_col{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	margin-bottom: 30px;
	width: 50%;
}
.info_block_head{
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 38px;
}
.info_block_head:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #4F545C;
	opacity: 0.2;
}
.info_block_row{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.info_block_link{
	position: relative;
	display: block;
	padding-left: 100px;
	min-height: 60px;
}
.info_block_link .icon{
	position: absolute;
	display: flex;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 0px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid #74584C;
	background-color: #fff;
	font-size: 32px;
	color: #74584C;
}
.info_block_link .text{
	position: relative;
	display: block;
	font-family: open_sansregular;
	font-size: 22px;
	letter-spacing: 0.03px;
	color: #4F545C;
	line-height: 1.5em;
}
.info_block_footer{
	position: relative;
	margin-top: 30px;
}

.main_info .content_wrapper .simple_head{
	margin-top: 60px;
}
.main_info .content_wrapper .simple_head:nth-child(1){
	margin-top: 0px;
}

@media screen and (max-height: 900px){
	
	.main_info{
		background-color: #fff;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
}
@media screen and (max-width: 960px){
	
	.main_info{
		background-color: #fff;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.video_block{
		display: block;
		width: 100%;
		padding: 0px;
		margin-bottom: 40px;
	}
	.video_slider{
		margin-left: auto;
		margin-right: auto;
		max-width: 560px;
	}
	.video_slider_footer{
		margin-left: auto;
		margin-right: auto;
		max-width: 560px;
		margin-top: 20px;
	}
	.info_block_wrapper{
		margin-top: 45px;
	}
	.info_block_col{
		display: block;
		width: 100%;
		margin-bottom: 45px;
	}
	.info_block_link{
		padding-left: 80px;
	}
	.info_block_footer{
		marign-top: 25px;
	}
}
@media screen and (max-width: 480px){
	.info_block_link .text{
		font-size: 16px;
	}
	.info_block_footer{
		padding-left: 80px;
	}
	.info_block_footer .content_link{
		font-size: 14px;
	}
	.info_block_link .icon{
		width: 50px;
		height: 50px;
		font-size: 25px;
	}
	.info_block_link{
		padding-left: 70px;
		min-height: 50px;
	}
	.info_block_head{
		margin-bottom: 30px;
	}
	.info_block_head .title{
		text-align: center;
	}
}
/*main_info*/

/*main_news*/

.news_slider_container{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.news_slider_container .news_node{
	padding: 0px 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
.news_node_inner{
	position: relative;
	margin: 0px auto;
	max-width: 360px;
	background-color: #FAFAFA;
	padding-bottom: 40px;
}
.news_node .link_img{
	margin-bottom: 20px;
}
.news_node .link_img img{
	position: relative;
	max-width: 100%;
	min-height: auto!important;
}
.sales{
	position: absolute;
	left: 0px;
	bottom: 18px;
	width: 90px;
	padding: 8px 10px;
	text-align: right;
	font-family: open_sansbold;
	font-size: 12px;
	line-height: 1em;
	
	letter-spacing: 0.05em;
}
.sales_type1{
	color: #fff;
	background-color: #f00;
}
.sales_type2{
	color: #00AEEF;
	background-color: #fff;
}
.news_slider_container .gallery_slider_button{
	width: 60px;
}
.news_slider_container .gallery_slider_button.swiper-button-disabled{
	display: none;
}
.news_node_desc{
	position: relative;
	display: block;
	overflow: hidden;
	height: 180px;
	padding: 0px 10px;
	margin: 0px auto;
	margin-bottom: 20px;
	max-width: 280px;
}
.news_node_desc .title{
	min-height: 60px;
	margin-bottom: 10px;
}
.news_node_desc p{
	font-size: 22px;
	color: #4F545C;
}
.news_node_footer{
	padding: 0px 10px;
	margin: 0px auto;
	max-width: 280px;
}
@media screen and (max-width: 960px){
	
	.news_slider_container{
		margin: 0px auto;
		max-width: 760px;
	}
	.news_slider_container .news_node{
		padding: 0px 10px;
		margin-bottom: 20px;
		width: 50%;
	}
	.news_slider_container .news_node:nth-child(1){
		width: 100%;
	}
	.news_slider_container .news_node:nth-child(1) .news_node_inner{
		width: 100%;
		padding-bottom: 0px;
		max-width: 100%;
	}
	.news_node_left,
	.news_node_right{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%; 
	}
	.news_node_left{
		padding-right: 10px;
	}
	.news_node_right{
		padding-right: 10px;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.news_node .news_node_left .link_img{
		margin-bottom: 0px;
	}
	.news_node .blue_button_trans{
		min-height: 40px;
	}
	.news_node .blue_button_trans span{
		min-height: 36px;
		font-size: 12px;
		min-width: auto;
	}
	.news_node_desc p{
		font-size: 16px;
	}
	.news_node_desc .title{
		min-height: auto;
	}
	.news_node_desc{
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 800px){
	
	.news_slider_container{
		margin-left: -10px;
		margin-right: -10px;
		max-width: none;
	}
}
@media screen and (max-width: 767px){
	.news_node_desc{
		height: auto;
	}
	.news_node_left,
	.news_node_right{
		display: block;
		width: 100%;
		padding: 0px;
	}
	.news_node_left{
		margin-bottom: 18px;
	}
	.news_slider_container .news_node:nth-child(1) .news_node_inner{
		padding-bottom: 40px;
	}
	.news_slider_container .news_node{
		display: block;
		margin: 0px auto;
		max-width: 390px;
		width: 100%;
		margin-bottom: 20px;
		padding: 0px;
	}
	
	
}

/*main_news*/


/*simple_styled_form*/

.err_message{
	position: relative;
	display: none;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: open_sansregular;
	color: #d5654f;
	text-align: center;
}
.red .err_message{
	display: block;
}
.simple_styled_form input,
.simple_styled_form textarea{
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	text-align: center;
	font-family: open_sansregular;
	font-size: 14px;
	border-radius: 0px;
	padding: 14px 20px 13px 20px;
	background-color: #fff;
	color: #4F545C;
	letter-spacing: 0.03em;
	border: none;
	
}
input:-internal-autofill-selected {
	background-color: transparent!important;
}
.simple_styled_form textarea{
	height: 110px;
	resize: none;
}




.simple_styled_form input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}


.simple_styled_form input:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form input:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form input:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form input:focus:-ms-input-placeholder      {opacity: 0;}




.simple_styled_form textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}


.simple_styled_form textarea:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form textarea:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form textarea:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form textarea:focus:-ms-input-placeholder      {opacity: 0;}




.simple_styled_form.white_styled_form input,
.simple_styled_form.white_styled_form textarea{
	background-color: #E6E6E6;
	text-align: left;
	color: #4F545C;
}

/*simple_styled_form*/

/*form_send*/

.full_form{
	position: relative;
	margin-top: 60px;
	margin-bottom: 90px;
	background-color: #FFC316;
	padding: 50px 0px;
	min-height: 160px;
}
.line_form_wrapper{
	position: relative;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
}
.line_form_row{
	position: relative;
}
.line_form_col{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.line_form_col_desc{
	width: 41.6%;
}
.line_form_col_input{
	width: 33.33%;
}
.line_form_col_submit{
	width: 25%;
}
.line_form_title .title{
	margin-bottom: 5px;
	color: #fff;
	font-family: open_sansextrabold;
}
.line_form_title p{
	font-size: 12px;
	color: #fff;
}
.black_link,
.black_link:link,
.black_link:visited,
.black_link:focus{
	color: #4F545C;
	text-decoration: none;
}
.black_link:hover,
.black_link:link:hover,
.black_link:visited:hover,
.black_link:focus:hover{
	color: #4F545C;
	text-decoration: underline;
}
.full_form .mobile_desc{
	display: none;
}
@media screen and (max-width: 960px){
	.full_form{
		padding-top: 85px;
		padding-bottom: 50px;
	}
	.line_form_wrapper{
		margin: 0px auto;
		max-width: 460px;
	}
	.line_form_col{
		display: block;
		padding: 0px;
		width: 100%;
		margin-bottom: 20px;
	}
	.line_form_title{
		margin-bottom: 30px;
	}
	.line_form_title .title{
		text-align: center;
	}
	.line_form_title p{
		display: none;
	}
	.full_form .mobile_desc{
		display: block;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 0px;
		
	}
	.full_form .mobile_desc p{
		color: #fff;
		font-size: 14px;
	}
}
/*form_send*/

/*travel_info*/

.travel_info_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.travel_tabs.nav-tabs{
	border: none;
	margin-bottom: 20px;
}
.travel_tabs.nav-tabs>li{
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	width: 25%;
	float: none;
	margin: 0px;
}
.travel_tabs.nav-tabs>li>a{
	position: relative;
	display: block;
	min-height: 42px;
	padding: 5px 0px 10px 45px;
	margin: 0px;
	border-radius: 0px;
	border: none;
	cursor: default;
}
.travel_tabs.nav-tabs>li>a:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: #4F545C;
	opacity: 0.2;
}
.travel_tabs.nav-tabs>li>a .icon{
	position: absolute;
	display: flex;
	left: 0px;
	top: 0px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #00AEEF;
	font-size: 22px;
	width: 40px;
	height: 38px;
}
.travel_tabs.nav-tabs>li>a .text{
	position: relative;
	display: block;
	font-family: open_sansbold;
	font-size: 22px;
	color: #4F545C;
}

.travel_tabs.nav-tabs>li.active>a,
.travel_tabs.nav-tabs>li.active>a:focus,
.travel_tabs.nav-tabs>li.active>a:hover{
	border: none;
	background-color: #fff;
}/*
.travel_tabs.nav-tabs>li>a:hover{
	background-color: #fff;
}*/
.tab-content{
	position: relative;
	display: block;
}
.travel_tabs_content.tab-content .tab-pane{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 25%;
	opacity: 1;
}
.travel_tabs_content.tab-content .tab-pane p{
	font-size: 18px;
}


@media screen and (max-width: 960px){
	.travel_tabs.nav-tabs{
		padding: 0px 20px;
	}
	.travel_tabs.nav-tabs>li{
		padding: 0px;
	}
	.travel_tabs.nav-tabs>li>a:before{
		display: none;
	}
	.travel_tabs.nav-tabs>li>a .icon{
		display: none;
	}
	.travel_tabs.nav-tabs>li>a{
		border: 2px solid #00AEEF;
		background-color: #00AEEF;
		min-height: 40px;
		padding: 5px;
		cursor: pointer;
	}
	.travel_tabs.nav-tabs>li.active>a,
	.travel_tabs.nav-tabs>li.active>a:focus,
	.travel_tabs.nav-tabs>li.active>a:hover,
	.travel_tabs.nav-tabs>li>a:hover{
		border: 2px solid #00AEEF;
		background-color: #00AEEF;
	}
	.travel_tabs.nav-tabs>li.active>a,
	.travel_tabs.nav-tabs>li.active>a:focus,
	.travel_tabs.nav-tabs>li.active>a:hover{
		cursor: default;
	}
	.travel_tabs.nav-tabs>li>a .text{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 10px;
		text-transform: uppercase;
		color: #fff;
		min-height: 36px;
		letter-spacing: 0.05em;
	}
	.travel_tabs.nav-tabs>li.active>a .text,
	.travel_tabs.nav-tabs>li.active>a:focus .text,
	.travel_tabs.nav-tabs>li.active>a:hover .text{
		color: #fff;
	}
	.travel_tabs.nav-tabs>li>a{
		background-color: #fff;
	}
	.travel_tabs.nav-tabs>li>a{
		margin-left: -2px;
	}
	.travel_tabs.nav-tabs>li:nth-child(1)>a{
		border-radius: 10px 0px 0px 10px;
		margin-left: 0px;
	}
	.travel_tabs.nav-tabs>li:nth-child(4)>a{
		border-radius: 0px 10px 10px 0px;
		width: calc(100% + 2px);
	}
	.travel_tabs.nav-tabs>li>a .text{
		color: #00AEEF;
	}
	.travel_tabs.nav-tabs>li>a:hover .text{
		color: #fff;
	}
	
	.travel_tabs_content.tab-content .tab-pane{
		display: none;
		width: 100%;
		text-align: center;
	}
	.travel_tabs_content.tab-content .tab-pane.active{
		display: block;
	}
	
}
@media screen and (max-width: 480px){
	.travel_tabs.nav-tabs{
		padding: 0px 10px;
	}
	.travel_tabs.nav-tabs>li{
		padding: 0px 10px;
		margin-bottom: 20px;
		width: 50%;
	}
	.travel_tabs.nav-tabs>li>a{
		margin-left: auto;
		border-radius: 10px;
	}
	.travel_tabs.nav-tabs>li:nth-child(1)>a{
		border-radius: 10px;
		margin-left: 0px;
		
	}
	.travel_tabs.nav-tabs>li:nth-child(4)>a{
		border-radius: 10px;
		width: 100%;
	}
}

/*travel_info*/

/*map*/

.map_block{
	position: relative;
	max-height: 700px;
	height: calc(100vh - 150px);
	min-height: 200px;
}
.absolute_map{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.map_legend_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 20px;
}
.map_legend_flex{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	max-height: 700px;
	height: calc(100vh - 150px);
	min-height: 200px;
	
}
.map_legend_content{
	position: relative;
	display: block;
	width: 360px;
	background-color: #fff;
	padding: 50px 40px;
}
.map_legend_head{
	position: relative;
	margin-bottom: 25px;
}
.map_legend_body{
	position: relative;
}
.map_marker{
	position: relative;
	display: block;
	cursor: pointer;
	font-family: open_sansregular;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #4F545C;
	margin-bottom: 30px;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.map_marker:hover{
	color: #4DC7F4;
}
.map_legend_body .soc_menu{
	margin-top: 25px;
}
.soc_menu{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}
.soc_menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
}
.soc_link{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	
	height: 60px;
}
.soc_link .icon{
	position: relative;
	display: inline-block;
	font-size: 27px;
	color: #2AACE2;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.soc_link .icon.icon-f{
	font-size: 35px;
}
.soc_link:hover .icon{
	color: #4DC7F4;
}
.map_legend_wrapper{
	pointer-events: none;
}
.map_legend_content{
	pointer-events: auto;
}
@media screen and (max-width: 960px){
	.map_block{
		height: auto;
		max-height: none;
	}
	.map_container .absolute_map{
		position: relative;
		display: block;
		left: auto;
		top: auto;
		width: 100%;
		height: 50vh;
		min-height: 200px;
		max-height: 600px;
	}
	.map_legend_flex{
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		height: auto;
		min-height: auto;
		padding-top: 50px;
		padding-bottom: 60px;
		background-color: #00AEEF;
		
	}
	.map_legend_content{
		position: relative;
		width: 100%;
		margin: 0px auto;
		max-width: 300px;
		background: none;
		padding: 0px 20px;
	}
	.map_legend_head .title{
		color: #fff;
	}
	.map_marker{
		color: #fff;
	}
	.map_legend_body .content_link{
		color: #fff!important;
	}
	.map_legend_body .soc_link .icon{
		color: #fff;
	}
	.map_legend_body .soc_link:hover .icon{
		color: #a7def9;
	}
	.map_marker:hover{
		color: #a7def9;
	}
	.map_legend_head,
	.map_marker,
	.map_legend_body .left_link,
	.map_legend_body .soc_menu{
		text-align: center;
	}
}
/*map*/

/*clients*/
.clients_slider_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1400px;
	padding: 0px 100px;
	margin-top: -20px;
	user-select: none;
}
.swiper-button{
	user-select: none;
}
.clients_slider_wrapper .swiper-slide{
	position: relative;
	padding: 20px 20px;
}
.cliet_node{
	position: relative;
	display: flex;
	width: 100%;
	height: 200px;
	background-color: #FAFAFA;
	padding: 10px;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.cliet_node img{
	position: relative;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
a.cliet_node:hover{
	opacity: 0.7;
}


.clients_slider_wrapper .sq_slider_button.swiper-button-prev{
	left: 20px;
}
.clients_slider_wrapper .sq_slider_button.swiper-button-next{
	right: 20px;
}
.clients_slider_wrapper .sq_slider_button .icon{
	top: 50%;
	margin-top: -30px;
}
.clients_slider_wrapper .swiper-button-disabled{
	display: none;
}
@media screen and (max-width: 960px){
	
	.clients_slider_wrapper .swiper-button-disabled{
		display: block;
	}
}

@media screen and (max-width: 767px){
	
	.clients_slider_wrapper{
		padding: 0px 70px;
	}
	.clients_slider_wrapper .sq_slider_button.swiper-button-prev{
		left: 10px;
	}
	.clients_slider_wrapper .sq_slider_button.swiper-button-next{
		right: 10px;
	}
}
@media screen and (max-width: 480px){
	
	.clients_slider_wrapper .sq_slider_button.swiper-button-prev{
		left: 20px;
	}
	.clients_slider_wrapper .sq_slider_button.swiper-button-next{
		right: 20px;
	}
	.clients_slider_wrapper .sq_slider_button{
		width: 30px;
	}
	.clients_slider_wrapper .sq_slider_button .icon{
		margin-top: -15px;
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.clients_slider_wrapper{
		padding: 0px 50px;
	}
	.clients_slider_wrapper .swiper-slide{
		padding: 5px;
	}
	.cliet_node{
		height: 100px;
		padding: 5px;
	}
	
}

/*clients*/


/*soc_widjets*/

.soc_widjets{
	position: relative;
}
.soc_widjets_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 800px;
	
}
.soc_widjet_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
}
@media screen and (max-width: 960px){
	.soc_widjet_node{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	#vk_groups{
		margin: 0px auto;
	}
}
/*soc_widjets*/

/*info_bundle*/

.info_bundle{
	position: relative;
	display: block;
	padding: 100px 0px 80px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info_bundle_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.info_bundle_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0px 20px;
	margin-bottom: 40px;
}
.info_bundle_node_inner{
	position: relative;
	display: block;
	padding: 25px 40px 20px 40px;
	background-color: #fafafa;
	min-height: 290px;
}
.info_bundle_content{
	position: relative;
	min-height: 170px;
	margin-bottom: 10px;
	max-width: 270px;
}
.info_bundle_content .title{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
	min-height: 50px;
	line-height: 1.2em;
}
.info_bundle_content p{
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.info_bundle_footer .blue_button_trans{
	width: 100%;
	max-width: 220px;
}
.info_bundle_footer .blue_button_trans.blue_button_trans_small>span>span{
	position: relative;
	display: inline-block;
	padding-left: 5px;
}
@media screen and (max-width: 1200px){
	.info_bundle_node_inner{
		padding: 30px 20px 30px 20px;
	}
	.info_bundle_node{
		padding: 0px 10px;
		margin-bottom: 20px;
	}
	.info_bundle_wrapper{
		margin-left: -10px;
		margin-right: -10px;
	}
	.info_bundle_content{
		margin-left: auto;
		margin-right: auto;
	}
	.info_bundle_footer{
		margin-left: auto;
		margin-right: auto;
		max-width: 270px;
	}
}
@media screen and (max-width: 960px){
	.info_bundle_node{
		width: 50%;
	}
	.info_bundle_content{
		min-height: 220px;
	}
	.info_bundle_content,
	.info_bundle_footer{
		text-align: center;
	}
	.info_bundle_footer{
		margin-top: 20px;
	}
	.info_bundle_content .title{
		justify-content: center;
	}
	.info_bundle_footer .blue_button_trans.blue_button_trans_small>span>span{
		display: none;
	}
}
@media screen and (max-width: 580px){
	.info_bundle_node{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 310px;
	}
	.info_bundle_content{
		min-height: auto;
	}
}

/*info_bundle*/


/*director_block*/

.director_block{
	background-color: #4F545C;
	padding: 0px 0px 90px 0px;
}
.director_block:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: rgba(0,0,0,0.4);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.director_info_wrapper{
	margin-left: -20px;
	margin-right: -20px;
}
.director_info_node_left,
.director_info_node_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.director_info_node_left{
	width: 500px;
}
.director_info_node_left img{
	position: relative;
	max-width: 100%;
}
.director_info_node_right{
	width: calc(100% - 500px);
	padding-top: 80px;
}
.director_info_content{
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	max-width: 640px;
	padding: 0px 40px;
	padding-bottom: 90px;
}
.director_info_content>.title{
	margin-bottom: 20px;
}
.director_info_content p{
	font-size: 22px;
	line-height: 1.4em;
}
.director_name{
	position: relative;
	margin-top: 50px;
}
.director_name .title{
	font-family: open_sansextrabold;
	margin-bottom: 5px;
}
.director_name p{
	font-size: 16px;
	margin-bottom: 0px;
}
.director_numbers{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -90px;
}
.director_number_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
	max-width: 500px;
}
.director_number_node .number{
	position: relative;
	display: inline-block;
	font-family: open_sansextrabold;
	font-size: 220px;
	color: #ffc316;
	line-height: 1em;
}
.director_number_node .number_name{
	position: relative;
	display: inline-block;
	font-family: open_sansextrabold;
	font-size: 22px;
	color: #fff;
	line-height: 1.3em;
}
.director_img{
	display: none;
}
@media screen and (max-width: 991px){
	
	.director_info_node_left{
		width: 50%;
	}
	.director_info_node_right{
		width: 50%;
	}
	.director_info_content{
		padding-left: 0px;
		padding-right: 0px;
	}

}
@media screen and (max-width: 960px){
	
	.director_info_node_left{
		display: block;
		margin-bottom: 30px;
		width: 100%;
		padding: 0px;
	}
	.director_info_node_left img{
		display: none;
	}
	.director_img{
		display: block;
		position: relative;
		width: 100%;
		height: 46vw;
		min-height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		
	}
	.director_info_node_right{
		padding: 0px 20px;
		display: block;
		width: 100%;
		margin: 0px;
	}
	.director_info_content{
		max-width: 100%;
		margin: 0px auto;
		max-width: 600px;
		text-align: center;
		padding-bottom: 20px;
	}
	.director_name{
		margin-top: 30px;
	}
	.director_numbers{
		margin-top: 0px;
	}
	.director_number_node{
		display: block;
		margin: 0px auto;
		width: 100%;
		max-width: 320px;
		text-align: center;
		margin-bottom: 50px;
	}
	.director_number_node .number_name{
		display: block;
		text-align: cneter;
	}
}
/*director_block*/

/*franchise_presentation*/

.franchise_presentation{
	position: relative;
	background-color: #fafafa;
	margin-bottom: 100px;
}
.franchise_presentation_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.franchise_pres_left,
.franchise_pres_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.franchise_pres_left{
	width: 500px;
}
.franchise_pres_right{
	width: calc(100% - 500px);
}
.franchise_pres_content{
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	max-width: 640px;
	padding: 0px 40px;
	padding-top: 50px;
	padding-bottom: 40px;
}
.franchise_pres_content .title{
	margin-bottom: 20px;
}
.franchise_pres_content .title,
.franchise_pres_content .wide_link{
	max-width: 260px;
}
.franchise_pres_img{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: calc(50% - 80px);
	height: 100%;
	background-position: right bottom;
	background-size: auto 125%;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.franchise_pres_right .blue_button_trans{
	background-color: #fff;
}
.franchise_pres_right .blue_button_trans:hover{
	background-color: #00AEEF;
}

@media screen and (max-width: 960px){
	.franchise_pres_left{
		display: none;
	}
	.franchise_pres_right{
		display: block;
		margin: 0px auto;
		max-width: 320px;
		width: 100%;
	}
	.franchise_pres_content{
		padding: 50px 0px 40px 0px;
		text-align: center;
	}
	.franchise_pres_content .title,
	.franchise_pres_content .wide_link{
		text-align: center;
	}
	.franchise_pres_img{
		background-position: center bottom;
		width: 100%;
	}
	
}

/*franchise_presentation*/

/*contacts_person*/

.contacts_person{
	margin-top:  120px;
	margin-bottom: 50px;
}
.person_block{
	position: relative;
	margin-bottom: 40px;
}
.person_block_left,
.person_block_center,
.person_block_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.person_block_left{
	width: calc(44.44% - 130px);
}
.person_block_center{
	width: calc(55.56% - 130px);
}
.person_block_right{
	width: 260px;
}
.person_block_content{
	position: relative;
	min-height: 330px;
}
.person_block_left .person_block_content{
	background-color: #4F545C;
	padding: 60px 40px;
}
.person_block_center .person_block_content{
	background-color: #fafafa;
	padding: 60px 40px;
}
.person_block_center .person_block_content .title{
	margin-bottom: 30px;
	max-width: 360px;
}
.person_block_center .person_block_content .person_status{
	position: relative;
	font-size: 14px;
	margin-bottom: 25px;
}
.simple_contact{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: open_sansregular;
	font-size: 22px;
	line-height: 1.4em;
	color: #4F545C;
}
.simple_contact:link,
.simple_contact:visited{
	color: #4F545C;
}
.simple_contact:hover{
	text-decoration: underline;
}
.person_block_center .person_block_content .simple_contact{
	position: relative;
	margin-top: 5px;
}
.person_block_right img{
	position: relative;
	display: block;
	max-width: 100%;
}
@media screen and (max-height: 900px){
	
	.contacts_person{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px){
	
	.contacts_person{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.person_block_left{
		display: block;
		position: relative;
		width: 100%;
		
	}
	.person_block_content{
		min-height: auto;
		
	}
	.person_block_center{
		width: calc(100% - 260px);
	}
	.person_block_center .person_block_content{
		padding: 40px;
	}
	
}
@media screen and (max-width: 660px){
	.person_block_left .title{
		text-align: center;
	}
	.person_block_left .person_block_content{
		padding: 25px 20px;
	}
	.person_block_center{
		width: 100%;
		display: block;
	}
	.person_block_center .person_block_content{
		padding: 25px 20px;
		min-height: auto;
		text-align: center;
	}
	.person_block_center .person_block_content .title{
		text-align: center;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.person_contacts .left_link{
		text-align: center;
	}
	.person_block_right{
		margin: 0px auto;
		display: block;
		width: 100%;
		max-width: 260px;
	}
	.simple_contact{
		font-size: 16px;
	}
}
/*contacts_person*/

/*form_franchise*/

.frnachise_form_container{
	position: relative;
	margin-top: 40px;
}
.frnachise_form_left,
.frnachise_form_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 530px;
}
.frnachise_form_left{
	background-color: #00AEEF;
	position: relative;
	padding: 40px;
	width: calc(100% - 500px);
}
.frnachise_form_left .title{
	max-width: 400px;
}
.frnachise_form_right{
	background-color: #FAFAFA;
	padding: 60px 40px;
	width: 500px;
}
.form_row{
	position: relative;
	margin-bottom: 10px;
}
.form_footer{
	position: relative;
	margin-top: 20px;
}
.form_footer .simple_button{
	width: 100%;
	max-width: 260px;
	min-height: 50px;
	margin-bottom: 12px;
}
.form_footer .simple_button>span{
	min-height: 46px;
	font-size: 14px;
}
.form_footer p{
	font-size: 14px;
	max-width: 240px;
}
.form_footer p a{
	font-size: 14px;
	display: inline;
}

@media screen and (max-width: 960px){
	
	.frnachise_form_left{
		display: block;
		width: 100%;
		min-height: auto;
		max-width: 600px;
		padding: 60px 40px 50px 40px;
		margin: 0px auto;
	}
	.frnachise_form_left .title{
		max-width: 100%;
		text-align: center;
		margin: 0px auto;
		max-width: 400px;
	}
	.frnachise_form_right{
		display: block;
		margin: 0px auto;
		max-width: 600px;
		width: 100%;
		padding: 40px;
	}
	.frnachise_form_right .form_footer .simple_button,
	.frnachise_form_right .form_footer p{
		width: 100%;
		max-width: 100%;
	}
	.frnachise_form_right{
		min-height: auto;
	}
	
}
@media screen and (max-width: 480px){
	
	.frnachise_form_left{
		padding: 50px 20px 30px 20px;
	}
	.frnachise_form_right{
		padding: 40px 10px;
	}
}

/*form_franchise*/

/*footer_container*/

.footer_container{
	position: relative;
	display: block;
	margin-top: 110px;
	background-color: #fafafa;
	min-height: 226px;
	padding: 50px 0px;
}
.footer_container .content_wrapper{
	padding: 0px;
}
.footer_left,
.footer_right,
.footer_center{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.footer_left{
	width: 200px;
}
.footer_right{
	width: 240px;
	padding-top: 12px;
}
.footer_center{
	width: calc(100% - 440px);
}

.term_vtk .footer_left{
	width: 220px;
}
.term_vtk .footer_center{
	width: calc(100% - 460px);
}
.footer_logo{
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.footer_logo img{
	position: relative;
	display: block;
	max-width: 100%;
}
.footer_contacts{
	position: relative;
	margin-right: 0px;
	margin-left: auto;
	max-width: 125px;
}
.footer_phone{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: open_sansregular;
	font-size: 14px;
	line-height: 1.5em;
	color: #4F545C;
}
.footer_phone:link,
.footer_phone:visited,
.footer_phone:focus{
	color: #4F545C;
}
.footer_phone:hover{
	text-decoration: underline;
}
.footer_schedule{
	position: relative;
	margin-top: 10px;
	
	font-family: open_sansregular;
	font-size: 10px;
	line-height: 1em;
	color: #4F545C;
}
.footer_center{
	padding: 0px;
	padding-top: 12px;
}
.footer_menu{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
	max-width: 260px;
}
.footer_menu:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 2px;
	height: 100%;
	background-color: #4F545C;
	opacity: 0.2;
}
.footer_menu li{
	position: relative;
	margin-bottom: 20px;
	
	font-family: open_sansregular;
	font-size: 14px;
	line-height: 1.35em;
	color: #4F545C;
}
.footer_menu li:last-child{
	margin-bottom: 0px;
}
.footer_menu li>a,
.footer_menu li>span{
	position: relative;
	display: inline-block;
	padding-left: 40px;
	max-width: 180px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.footer_menu li>a:hover,
.footer_menu li>span:hover{
	text-decoration: underline;
}

.footer_right .simple_button_blue{
	width: 100%;
	max-width: 200px;
}
.footer_right .simple_button_blue>span{
	min-height: 36px;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.copyrights{
	position: relative;
	margin: 0px;
	margin-top: 30px;
	font-family: open_sansregular;
	font-size: 14px;
	line-height: 1.35em;
	letter-spacing: 0.03em;
	color: #4F545C;
	opacity: 0.5;
}
.footer_mobile{
	display: none;
}
.footer_mobile .simple_button_blue {
	width: 100%;
	max-width: 200px;
}
.footer_mobile .simple_button_blue>span {
	min-height: 36px;
	font-size: 12px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 860px){
	
	.footer_mobile{
		display: block;
		margin-top: 30px;
		margin-bottom: 18px;
	}
	.footer_left,
	.footer_center,
	.footer_right{
		display: block;
		margin: 0px auto;
		width: 100%;
		max-width: 400px;
	}
	.term_vtk .footer_left,
	.term_vtk .footer_center{
		width: 100%;
		max-width: 400px;
	}
	.footer_logo{
		margin-left: auto;
		margin-right: auto;
		max-width: 180px;
		margin-bottom: 14px;
	}
	.footer_contacts{
		margin-right: auto;
		max-width: 200px;
		
	}
	.footer_contacts .left_link{
		text-align: center;
	}
	.footer_menu:nth-child(1){
		text-align: right;
	}
	.footer_menu{
		padding: 0px 25px;
	}
	.footer_menu:before{
		left: 0px;
	}
	.footer_menu:nth-child(1):before{
		display: none;
	}
	.footer_menu li>a, .footer_menu li>span{
		padding: 0px;
	}
	.footer_right .simple_button_blue{
		display: none;
	}
	.footer_right .right_link{
		text-align: center;
	}
	.copyrights{
		margin-top: 50px;
	}
}
@media screen and (max-width: 480px){
	.footer_menu:before{
		display: none;
	}
	.footer_menu,
	.footer_menu:nth-child(1){
		display: block;
		text-align: center;
	}
	.footer_menu{
		max-width: 100%;
		padding: 0px 20px;
		width: 100%;
	}
	.footer_menu li,
	.footer_menu li:last-child{
		margin-bottom: 20px;
	}
	
	.copyrights{
		margin-top: 35px;
	}
}

/*footer_container*/

/*modals*/
.modal{
	padding-right: 0px!important;
	overflow-y: hidden;
}
.modal-dialog,
.wide_modal .modal-dialog{
	width: 100%;
	max-width: 100%;
	margin: 0px;
}
.modal-content{
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 80px 0px 80px 0px;
	border-radius: 0px;
	background-color: #fff;
	height: 100vh;
}
.modal_content_wrapper{
	overflow: auto;
	max-height: 100%;
	position: relative;
}
.modal_wrap_second{
	position: relative;
	max-width: 960px;
	margin: 0px auto;
}
.modal_article_head>img{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	
}
.modal_article_preview{
	position: relative;
	display: block;
	margin-bottom: 40px;
}
.modal_sep_head{
	position: relative;
	margin-bottom: 30px;
	border-bottom: 2px solid #dcddde;
	min-height: 120px;
	padding-bottom: 20px;
}
.modal_footer{
	position: relative;
	margin-top: 60px;
}
.modal_bg_wrap{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	background-color: #FAFAFA;
}
.form_modal .modal_bg_wrap{
	padding-top: 0px;
}
.form_modal .content_wrapper{
	max-width: 600px;
}
.form_modal .modal_article_head{
	margin-bottom: 50px;
}
.modal_form_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 440px;
}
.modal_form_wrapper .title{
	margin-bottom: 20px;
	min-height: 50px;
}
.modal_form_title_desc{
	font-size: 16px;
	margin-bottom: 25px;
}
.modal_form_container{
	position: relative;
	margin-top: 25px;
}
.form_footer.wide_link .simple_button{
	width: 100%;
	max-width: 100%;
}
.form_footer.wide_link p{
	max-width: 100%;
}
.form_footer.wide_link a,
.form_footer.wide_link a:link,
.form_footer.wide_link a:visited,
.form_footer.wide_link a:focus,
.form_footer.wide_link a:hover,
.form_footer.wide_link a:link:hover,
.form_footer.wide_link a:visited:hover,
.form_footer.wide_link a:focus:hover{
	color: #00AEEF;
}
.form_footer.wide_link a:hover,
.form_footer.wide_link a:link:hover,
.form_footer.wide_link a:visited:hover,
.form_footer.wide_link a:focus:hover{
	text-decoration: underline;
}
.modal_article_gallery_list{
	position: relative;
	display: block;
	margin-top: 40px;
	margin-left: -20px;
	margin-right: -20px;
}
.modal_article_gallery img{
	max-width: 100%;
}
.modal_article_gallery_list_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 20%;
	margin-bottom: 40px;
}
.modal_article_gallery_list_node a{
	position: relative;
	display: block;
	max-width: 160px;
	margin: 0px auto;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_article_gallery_list_node img{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}
.modal_article_gallery_list_node .icon{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 21px;
	color: #fff;
	
}
.modal_article_gallery_list_node a:hover{
	opacity: 0.7;
}

button.close{
	float: none;
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	opacity: 1;
	text-shadow: none;
	border-radius: 0px;
	width: 20px;
	height: 20px;
	border: none;
	background: none;
}
button.close:hover{
	background-color: transparent;
	opacity: 1;
}
button.close .icon-cross{
	font-size: 16px;
	color: #00AEEF;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
button.close:hover .icon-cross{
	color: #4DC7F4;
}

.simple_modal .page_content h1{
	margin-top: 0px;
}


.modal_form_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 400px;
}

.modal_form_wrapper .form_head{
	margin-bottom: 20px;
	text-align: center;
}
.modal_form_wrapper .form_head p{
	margin-top: 10px;
	text-align: center;
}
.exthin_modal .content_wrapper{
	max-width: 800px;
}
.exthin_modal .modal_wrap_second{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 680px;
	padding: 0px 20px;
}
.exthin_modal .modal_article_head .title{
	margin-bottom: 25px;
	min-height: 60px;
}
.exthin_modal .modal_article_head p{
	font-size: 16px;
	margin-bottom: 20px;
	min-height: 50px;
}
.modal_blog{
	position: relative;
}
.modal_blog_head{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
	padding-bottom: 20px;
}
.modal_blog_head:after{
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: calc(100% - 20px);
	height: 2px;
	background-color: #d8d9da;
}
.modal_blog_head_left{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: calc(100% - 200px);
}
.modal_blog_head_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: 200px;
}

.modal_blog_tags{
	position: relative;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
}
.modal_blog_tags li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.modal_blog_tag{
	position: relative;
	display: inline-block;
	border: 2px solid #00AEEF;
	background-color: #fff;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_tag:hover{
	border: 2px solid #4DC7F4;
}
.modal_blog_tag>span{
	position: relative;
	display: flex;
	padding: 5px 15px;
	min-height: 26px;
	font-family: open_sansregular;
	font-size: 12px;
	line-height: 1.42em;
	letter-spacing: 0.03em;
	color: #4F545C;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_tag.active{
	border: 2px solid #00AEEF;
	background-color: #00AEEF;
}
.modal_blog_tag.active:hover{
	border: 2px solid #4DC7F4;
	background-color: #4DC7F4;
}
.modal_blog_tag.active>span,
.modal_blog_tag.active:hover>span{
	color: #fff;
}
.modal_blog_tag_dropdown{
	position: relative;
	display: inline-block;
}

.modal_blog_tag_dropdown .dropdown-toggle{
	position: relative;
	display: inline-block;
	border: 2px solid #00AEEF;
	background-color: #fff;
	padding: 0px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_tag_dropdown .dropdown-toggle:hover{
	border: 2px solid #4DC7F4;
}
.modal_blog_tag_dropdown .dropdown-toggle>span{
	position: relative;
	display: flex;
	padding: 5px 15px;
	padding-right: 25px;
	min-height: 26px;
	font-family: open_sansregular;
	font-size: 12px;
	line-height: 1.42em;
	letter-spacing: 0.03em;
	color: #4F545C;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_tag_dropdown .dropdown-toggle>span:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -2px;
	border-top: 4px solid #00AEEF;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_tag_dropdown .dropdown-toggle.active{
	border: 2px solid #00AEEF;
	background-color: #00AEEF;
}
.modal_blog_tag_dropdown .dropdown-toggle.active>span:after{
	border-top: 4px solid #fff;
}
.modal_blog_tag_dropdown .dropdown-toggle.active:hover{
	border: 2px solid #4DC7F4;
	background-color: #4DC7F4;
}
.modal_blog_tag_dropdown .dropdown-toggle.active:hover>span:after{
	border-top: 4px solid #fff;
}
.modal_blog_tag_dropdown .dropdown-toggle.active>span,
.modal_blog_tag_dropdown .dropdown-toggle.active:hover>span{
	color: #fff;
}
.modal_blog_tag_dropdown .dropdown-toggle.active>span:after,
.modal_blog_tag_dropdown .dropdown-toggle.active:hover>span:after{
	border-top: 4px solid #fff;
}
.modal_blog_tag_dropdown .dropdown-menu{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	border: 2px solid #00AEEF;
	border-top: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
}
.modal_blog_tag_dropdown .dropdown-menu .dropdown-item{
	position: relative;
	display: block;
	padding: 5px 25px 5px 15px;
	
	font-family: open_sansregular;
	font-size: 12px;
	line-height: 1.42em;
	letter-spacing: 0.03em;
	color: #4F545C;
	border-radius: 0px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_tag_dropdown .dropdown-menu .dropdown-item:link,
.modal_blog_tag_dropdown .dropdown-menu .dropdown-item:visited{
	color: #4F545C;
}
.modal_blog_tag_dropdown .dropdown-menu .dropdown-item:hover{
	color: #fff;
	background-color: #4DC7F4;
}
.modal_blog_pagination_container{
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
}
.video_slider .modal_blog_pagination_container{
	text-align: left;
	padding: 0px 20px;
}
.modal_blog_pagination{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.modal_blog_pagination li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
}
.arr_pagination{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 2px solid #00AEEF;
	background-color: #fff;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.arr_pagination .icon{
	font-size: 11px;
	color: #00AEEF;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.arr_pagination.arr_pagination_left .icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.arr_pagination:hover{
	border: 2px solid #4DC7F4;
}
.arr_pagination:hover .icon{
	color: #4DC7F4;
}
.pagin_counter{
	width: 30px;
	height: 30px;
	background-color: #E6E6E6;
	position: relative;
	display: block;
	text-align: center;
	padding-top: 7px;
	
	font-family: open_sansregular;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #4F545C;
}

.pagin_counter_total{
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 0px 5px;
	padding-top: 7px;
	font-family: open_sansregular;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #4F545C;
}

.modal_blog_node{
	position: relative;
	display: block;
	padding-top: 35px;
	padding-bottom: 28px;
	margin-left: -20px;
	margin-right: -20px;
}
.modal_blog_node:after{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: calc(100% - 40px);
	height: 2px;
	background-color: #e9e9ea;
}
.modal_blog_node_left{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 140px;
}
.modal_blog_node_center{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: calc(100% - 230px);
}
.modal_blog_node_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 90px;
}
.modal_blog_img{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid #00AEEF;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_node_center .title{
	position: relative;
	display: flex;
	min-height: 100px;
	align-items: center;
	justify-content: flex-start;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_blog_date{
	position: relative;
	display: flex;
	min-height: 100px;
	align-items: center;
	justify-content: flex-end;
	font-size: 10px;
	font-family: open_sansbold;
	color: rgba(79, 84, 92, 0.5);
	line-height: 1.4em;
}
.absolute_link:hover .modal_blog_node_center .title{
	color: #4DC7F4;
}
.absolute_link:hover .modal_blog_img{
	opacity: 0.7;
}
.modal_blog_node:last-of-type:after{
	display: none;
}
.modal_blog_footer{
	position: relative;
	padding-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.modal_blog_footer:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background-color: #d8d9da;
}
.modal_blog_footer .modal_blog_head_left{
	width: calc(100% - 140px);
}
.modal_blog_footer .modal_blog_head_right{
	width: 140px;
}
.choose_city_modal>.title{
	margin-bottom: 30px;
}
.choose_city_menu{
	position: relative;
	margin-top: 30px;
	margin-left: -5px;
	margin-right: -5px;
}
.choose_city_menu li{
	position: relative;
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
	font-family: open_sansbold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #00AEEF;
}
.choose_city_menu li>a,
.choose_city_menu li>span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	padding-left: 17px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.choose_city_menu li>a:hover,
.choose_city_menu li.active>span{
	color: #4DC7F4;
}
.choose_city_menu li.active>span{
	cursor: default;
}

.choose_city_menu li .icon{
	color: inherit;
	position: absolute;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	top: 12px;
	left: 5px;
}

@media screen and (max-width: 600px){
	.modal_blog_node_center .title{
		font-size: 16px;
	}
	.modal_bg_wrap{
		margin-left: -20px;
		margin-right: -20px;
		padding: 30px 20px;
	}
	.exthin_modal .modal_article_head .title,
	.exthin_modal .modal_article_head p{
		min-height: auto;
	}
	.modal_sep_head{
		min-height: auto;
	}
	
}
@media screen and (max-width: 520px){
	
	.modal_blog_head_left,
	.modal_blog_head_right{
		display: block;
		width: 100%;
	}
	.modal_blog_head_left{
		margin-bottom: 20px;
	}
	.modal_blog_footer .modal_blog_head_right,
	.modal_blog_footer .modal_blog_head_left{
		width: 100%;
	}
	.modal_blog_node_left,
	.modal_blog_node_center,
	.modal_blog_node_right{
		display: block;
		text-align: center;
		margin-bottom: 20px;
		width: 100%;
	}
	.modal_blog_img{
		margin-left: auto;
		margin-right: auto;
	}
	.modal_blog_node_center .title{
		min-height: auto;
	}
	.modal_blog_date{
		display: block;
		text-align: center;
		min-height: auto;
	}
}
@media screen and (max-width: 480px){
	.modal-content{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	button.close{
		top: 15px;
		right: 20px;
	}
}
 

/*modals*/

body{
	padding-right: 0px!important;
}
html.desktop body.modal-open{
	padding-right: 17px!important;
}



@media screen and (max-height: 900px){
	.desctop_header{
		height: 80px;
	}
	.main_logo{
		top: 13px;
	}
	.main_header_contacts{
		padding-top: 18px;
	}
	.header_iconed_menu{
		padding-top: 22px;
	}
	.desctop_header_burger{
		top: 21px;
	}
	.toggled_desctop_header_collapse .desctop_header_collapse{
		top: 60px;
	}
	.full_height{
		padding-top: 80px;
	}
	.simple_block{
		margin-bottom: 60px;
		margin-top: 50px;
	}
	.footer_container{
		margin-top: 60px;
	}
}
@media screen and (max-width: 960px){
	.simple_block{
		margin-bottom: 60px;
		margin-top: 50px;
	}
	.footer_container{
		margin-top: 60px;
	}
	
	.video_slider .modal_blog_pagination_container{
		padding: 0px;
	}
}
.scrolled .desctop_header{
	height: 80px;
}
.scrolled .main_logo{
	top: 13px;
}
.scrolled .main_header_contacts{
	padding-top: 18px;
}
.scrolled .header_iconed_menu_container{
	padding-top: 10px;
}
.scrolled .header_iconed_menu{
	padding-top: 0px;
}
.scrolled .header_login_menu{
	margin-top: 0px;
}
.scrolled .desctop_header_burger{
	top: 21px;
}
.toggled_desctop_header_collapse .scrolled .desctop_header_collapse{
	top: 60px;
}
.scrolled .full_height{
	padding-top: 80px;
}


/*plan*/


.cls-1 {
	fill: none;
}

.cls-2 {
	fill: #f3d9b2;
}

.cls-3 {
	fill: #998871;
}

.cls-4 {
	fill: #dcbd96;
}

.cls-5 {
	opacity: 0.3;
}

.cls-6 {
	fill: #cecece;
}

.cls-7 {
	fill: #e8e8e8;
}

.cls-8 {
	fill: #a5927c;
}

.cls-9 {
	fill: #fff;
}

.cls-10 {
	fill: #f9f9f9;
}
/*
.plan_round:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	background: coral;
}*/
.plan_svg .icon_group{
	position: relative;
	display: inline-block;
}
.plan_icons{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.plan_icon{
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 100%;
	cursor: pointer;
	font-size: 60px;
	color: #816b63;
	background-color: #fff;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.icon_green{
	color: #08c871;
}
.plan_icon.icon_wide{
	width: 115px;
	height: 60px;
	margin-left: -57px;
	border-radius: 20px;
}
.icon_green:hover,
.plan_icon:hover{
	color: #00aeef;
}
.plan_svg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.plan_img_container{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.plan_container{
	position: relative;
	margin: 0px auto;
	max-width: 1900px;
	text-align: center;
}
.plan_img_container img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	
}
.plan_slider_container>.title{
	text-align: center;
	padding-top: 50px;
	margin-bottom: 10px;
}
.plan_container_decor{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: calc(50% - 200px);
	height: 100%;
	background-color: #00aeef;
}
.plan_slider_container{
	position: relative;
}

.mouse_pos{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: coral;
	color: #000;
	font-size: 30px;
	padding: 10px;
	z-index: 300;
	pointer-events: none;
	
}

/*plan*/

.plan_slider_controls_container{
	position: relative;
}
.plan_slider_controls_wrapper{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0px auto;
	padding: 5px 10px;
	max-width: 600px;
	background-color: #f8f8f8;
	text-align: center;
	min-height: 50px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.plan_slider_controls{
	position: relative;
	display: block;
	width: calc(100% - 300px);
}
.plan_slider_controls li{
	display: inline-block;
	vertical-align: top;
}
.plan_slider_control_arr{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	
	width: 150px;
	height: 40px;
}
.plan_slider_control_arr_left{
	justify-content: flex-start;
}
.plan_slider_control_arr_right{
	justify-content: flex-end;
}
.plan_slider_control_arr span{
	position: relative;
	display: block;
	color: #00aeef;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.plan_slider_control_arr .text{
	font-family: open_sansextrabold;
	font-size: 20px;
	line-height: 1em;
}
.plan_slider_control_arr .icon{
	font-size: 20px;
}
.plan_slider_control_arr:hover span{
	color: #4DC7F4;
}
.plan_slider_control_arr_right .icon{
	padding-left: 10px;
}
.plan_slider_control_arr_left .text{
	text-align: right;
}
.plan_slider_control_arr_right .text{
	text-align: left;
}
.plan_slider_control_arr_left .icon{
	padding-left: 10px;
	
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.plan_slider_control_dot{
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
}
.active.plan_slider_control_dot{
	cursor: default;
}
.plan_slider_control_dot:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #00aeef;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.plan_slider_control_dot:hover:before{
	background-color: #4DC7F4;
}
.active.plan_slider_control_dot:before,
.active.plan_slider_control_dot:hover:before{
	background-color: #f9c326;
}

.plan_tool_container{
	position: absolute;
	left: 100%;
	top: 0px;
	width: 430px;
	background-color: #fff;
	z-index: 50;
	text-align: left;
	
	overflow: hidden;
	opacity: 0;
	width: 0px;
	padding: 0px;
	max-height: 0px;
	
	
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.plan_tool_container.lefted{
	left: auto;
	right: 100%;
}
.plan_icon:hover .plan_tool_container{
	width: 430px;
	max-height: 400px;
	padding: 20px 30px;
	opacity: 1;
}
.plan_tool_container:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-image: url('/images/main_logo.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 270px auto;
}

.plan_tool_container_inner{
	position: relative;
	display: block;
	min-width: 370px;
}
.plan_tool_container_inner p{
	font-size: 14px;
	color: #000;
}

.plan_tool_container_inner .content_link{
	font-size: 14px;
}
.plan_tool_head{
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.plan_tool_head .title{
	position: relative;
	display: block;
	padding-left: 0px;
	padding-top: 12px;
	min-height: 40px;
}
.plan_tool_head .plan_tool_icon{
	position: relative;
	/*top: 0px;
	left: 0px;*/
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: -10px;
	border-radius: 100%;
	
	height: 40px;
	text-align: center;
	background-color: #fff;
	color: #4fb5ef!important;
	font-size: 40px;
}
.plan_icon:hover .plan_tool_icon,
.plan_icon:hover .plan_tool_icon:before,
.plan_tool_head .plan_tool_icon:before{
	color: #4fb5ef!important;
}

.plan_container::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 4px;
	height: 8px;
}

.plan_container::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 1px solid #00aeef;
	background-color: #fff;
}


@media screen and (max-width: 1220px){
	.plan_icon{
		width: 40px;
		height: 40px;
		font-size: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.plan_icon.icon_wide{
		width: 76px;
		margin-left: -38px;
		height: 40px;
	}
}

@media screen and (max-width: 960px){
	
	.plan_container{
		overflow-x: auto;
		margin-bottom: 20px;
	}
	.plan_img_container{
		min-width: 960px;
	}
	.plan_icon:hover .plan_tool_container{
		width: 250px;
		padding: 15px 10px;
	}
	.plan_tool_container_inner{
		min-width: 230px;
	}
	.plan_tool_head .title{
		padding-top: 0px;
	}
	.plan_tool_container:before{
		width: 80%;
		background-size: contain;
	}
	.plan_slider_container>.title{
		margin-bottom: 20px;
		padding-top: 20px;
	}
		
	
}
@media screen and (max-width: 480px){
	
	.plan_tool_container{
		position: fixed;
		top: 80px;
		left: 20px!important;
		right: auto!important;
	}
	.plan_slider_control_arr{
		width: 100px;
	}
	.plan_slider_control_arr .text{
		font-family: open_sansbold;
		font-size: 16px;
	}
	.plan_slider_controls{
		width: calc(100% - 200px);
	}
}

@media screen and (max-width: 370px){
	.plan_slider_control_arr .text{
		font-size: 13px;
	}
	.plan_slider_controls{
		width: calc(100% - 200px);
	}
}








/*cabinet*/

.cabinet_main_head{
	position: relative;
	margin-bottom: 25px;
}

.simple_navtabs{
	position: relative;
	display: block;
	margin-bottom: 80px;
	margin-left: -10px;
	margin-right: -10px;
	border: none;
	margin-bottom: 80px;
}
.simple_navtabs.nav-tabs>li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	margin: 0px;
	float: none;
	margin-bottom: 5px;
}
.simple_navtabs.nav-tabs>li>a{
	margin: 0px;
	line-height: 1em;
	border: none;
	border-radius: 0px;
	padding: 5px;
}
.simple_navtabs.nav-tabs>li>a>span{
	position: relative;
	display: block;
	font-family: open_sansbold;
	font-size: 14px;
	text-transform: uppercase;
	color: #c4c4c4;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_navtabs.nav-tabs>li>a>span:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #3faeee;
	opacity: 0;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_navtabs.nav-tabs>li>a:hover,
.simple_navtabs.nav-tabs>li>a:focus{
	background-color: transparent;
}
.simple_navtabs.nav-tabs>li>a:hover>span,
.simple_navtabs.nav-tabs>li>a:focus>span{
	color: #3faeee;
}
.simple_navtabs.nav-tabs>li.active>a,
.simple_navtabs.nav-tabs>li.active>a:focus,
.simple_navtabs.nav-tabs>li.active>a:hover{
	color: #3faeee;
	border: none;
	background-color: transparent;
}
.simple_navtabs.nav-tabs>li.active>a>span,
.simple_navtabs.nav-tabs>li.active>a:focus>span,
.simple_navtabs.nav-tabs>li.active>a:hover>span{
	color: #3faeee;
}
.simple_navtabs.nav-tabs>li.active>a>span:before{
	opacity: 1;
}


.cabinet_lk_double{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 80px;
	margin-bottom: 40px;
}
.cabinet_lk_left,
.cabinet_lk_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
	margin-bottom: 50px;
}
.cabinet_lk_double .simple_head{
	margin-bottom: 30px;
}
.simple_head.simple_head_left .title{
	text-align: left;
}
.cabinet_person{
	position: relative;
	display: block;
	padding: 20px 30px;
	background-color: #f5f5f5;
	min-height: 410px;
}
.small_person{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.small_person_img{
	position: relative;
	display: block;
	margin-right: 30px;
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.small_person_img_text{
	position: relative;
	display: block;
	font-family: open_sansbold;
	font-size: 22px;
	color: #4f545c;
	line-height: 1.3em;
}

.person_info{
	position: relative;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}
.person_info li{
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.person_info li .person_info_name{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 0px 10px;
	font-family: open_sansregular;
	font-size: 18px;
	color: #4f545c;
	opacity: 0.5;
}
.person_info li .person_info_phone{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 160px);
	padding: 0px 10px;
	font-family: open_sansregular;
	font-size: 18px;
	color: #4f545c;
}
.double_buttons{
	position: relative;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}
.double_buttons li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: 50%;
}
.content_link_iconed{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
.content_link_iconed>.text{
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-family: open_sansregular;
	font-size: 18px;
	color: #3faeee;
	text-decoration: underline;
}
.content_link_iconed>.text:hover{
	text-decoration: none;
}
.content_link_iconed>.icon{
	position: absolute;
	display: flex;
	top: 4px;
	right: 0px;
	cursor: pointer;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background-color: #3faeee;
	border: 1px solid #3faeee;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.content_link_iconed>.icon:before{
	position: relative;
	display: block;
}
.content_link_iconed>.icon:hover{
	border: 1px solid #3faeee;
	background-color: #fff;
	color: #3faeee;
}
.double_buttons .linked{
	padding-top: 6px;
}
.double_buttons .simple_button{
	max-width: 100%;
	width: 100%;
}
.balance{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	justify-content: space-between;
	padding: 30px;
	width: 100%;
	height: 410px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.balance_total{
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-family: open_sansbold;
	font-size: 120px;
	line-height: 120px;
	color: #fff;
	min-width: 100%;
}
.balance_total>span{
	position: relative;
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 1.5em;
	
}
.balance .left_link{
	min-width: 100%;
}
.balance .left_link .simple_button{
	max-width: 240px;
	width: 100%;
}
.simple_block.active_abonement{
	margin-top: 40px;
}

.active_abonement_wrapper {
	position: relative;
	display: block;
	margin-bottom: 80px;
}
.active_abonement_container{
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	margin-bottom: 30px;
}
.active_abonement_left,
.active_abonement_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
}
.active_abonement_left{
	width: 290px;
}
.active_abonement_right{
	width: calc(100% - 290px);
}
.active_abonement_img{
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.active_abonement_img:hover{
	opacity: 0.7;
}
.active_abonement_right .link_title{
	margin-bottom: 15px;
	position: relative;
	display: block;
}
.date{
	position: relative;
	display: block;
	font-family: open_sansregular;
	font-size: 18px;
	color: #3faeee;
}
.active_abonement_right .date{
	margin-bottom: 25px;
}
.active_abonement_right p{
	font-size: 18px;
	color: #4f545c;
}
.double_buttons_native li{
	width: auto;
}
.active_abonement_right .double_buttons_native{
	margin-top: 30px;
}
.double_buttons .content_link{
	font-size: 14px;
	padding-top: 3px;
}
.double_buttons .content_link:visited,
.double_buttons .content_link:link{
	color: #00AEEF;
	text-decoration: underline;
}
.double_buttons .content_link:visited:hover,
.double_buttons .content_link:link:hover{
	color: #00AEEF;
	text-decoration: none;
}



.buttons_navtabs{
	position: relative;
	display: block;
	margin-bottom: 80px;
	margin-left: -20px;
	margin-right: -20px;
	border: none;
	margin-bottom: 40px;
}
.buttons_navtabs.nav-tabs>li{
	position: relative;
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding: 0px 20px;
	margin: 0px;
	float: none;
	margin-bottom: 20px;
}
.buttons_navtabs.nav-tabs>li>a{
	margin: 0px;
	line-height: 1em;
	border: none;
	border-radius: 0px;
	padding: 0px;
	border-radius: 20px;
	background-color: #3faeee;
	display: block;
	width: 100%;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.buttons_navtabs.nav-tabs>li>a>span{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	
	padding: 5px;
	min-height: 100px;
	
	font-family: open_sansextrabold;
	font-size: 22px;
	color: #fff;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.buttons_navtabs.nav-tabs>li>a:hover,
.buttons_navtabs.nav-tabs>li>a:focus{
	background-color: #ffc205;
}
.buttons_navtabs.nav-tabs>li>a:hover>span,
.buttons_navtabs.nav-tabs>li>a:focus>span{
	color: #fff;
}
.buttons_navtabs.nav-tabs>li.active>a,
.buttons_navtabs.nav-tabs>li.active>a:focus,
.buttons_navtabs.nav-tabs>li.active>a:hover{
	color: #fff;
	border: none;
	background-color: #ffc205;
}
.buttons_navtabs.nav-tabs>li.active>a>span,
.buttons_navtabs.nav-tabs>li.active>a:focus>span,
.buttons_navtabs.nav-tabs>li.active>a:hover>span{
	color: #fff;
}



.abonement_list{
	position: relative;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -60px;
}
.abonement_list>li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	margin-bottom: 60px;
	width: 25%;
}
.abonement_node{
	display: block;
	position: relative;
}
.abonement_node_img{
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	height: 240px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.abonement_node>.link_title{
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.abonement_info{
	position: relative;
	margin-bottom: 20px;
}
.abonement_info li{
	position: relative;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 12px;/*
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;*/
}
.abonement_info_name{
	position: relative;
	display: inline-block;
	padding: 0px 10px;
	width: 170px;
	font-family: open_sansregular;
	font-size: 16px;
	color: #4f545c;
	opacity: 0.5;
}
.abonement_info_desc{
	position: relative;
	display: inline-block;
	padding: 0px 10px;
	width: calc(100% - 170px);
	
	font-family: open_sansregular;
	font-size: 16px;
	color: #4f545c;
}
.double_buttons .simple_button>span{
	min-width: auto;
}
.abonement_node .double_buttons>li:nth-child(1){
	width: calc(100% - 167px);
}
.abonement_node .double_buttons>li:nth-child(2){
	width: 167px;
}
.abonement_node p{
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
}
.price{
	position: relative;
	display: block;
	margin-bottom: 0px;
	font-family: open_sansbold;
	font-size: 22px;
	line-height: 20px;
	color: #ffc316;
}

/*cabinet*/

/*change_user_info*/

.modal_article_head.center_link .title{
	text-align: center;
}
.form_modal .content_wrapper{
	max-width: 860px;
}
.modal_form_wrapper_wide{
	max-width: 820px;
}
.change_user_photo{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 180px;
	margin-bottom: 20px;
	cursor: pointer;
}
.change_user_photo .change_user_photo_img{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 180px;
	height: 180px;
	border-radius: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}



.jq-file{
	box-shadow: none;
	border-radius: 0px;
	width: 100%;
	max-width: 200px;
	padding-top: 0px;
	cursor: pointer;
	text-align: center;
}
.jq-file__name{
	position: relative;
	display: none!important;
}
.jq-file__browse{
	position: relative!important;
	
	top: 0px;
	right: auto;
	left: 0px;
	padding: 0px;
	font: 12px open_sansregular;
	box-shadow: none!important;
	display: inline-block;
	text-align: center;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	border-radius: 0px;
	
	color: #3faeee;
	font-family: open_sansregular;
	font-size: 12px;
	line-height: 1.2em;
	min-height: 15px;
	text-decoration: underline;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-file.focused .jq-file__name{
	border: none;
}
.jq-file:hover .jq-file__browse{
	background: transparent;
	color: #3faeee;
	text-decoration: none;
}





.plus_link_file.jq-file{
	box-shadow: none;
	border-radius: 10px;
	width: 100%;
	max-width: 180px;
	height: 180px;
	display: block!important;
	padding-top: 0px;
	cursor: pointer;
	text-align: center;
	background-color: #3faeee;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.plus_link_file .jq-file__name{
	position: relative;
	display: none!important;
}
.plus_link_file .jq-file__browse{
	position: absolute!important;
	top: 50%;
	right: auto;
	left: 50%;
	padding: 0px;
	margin-top: -30px;
	margin-left: -30px;
	font: 10px open_sansbold;
	width: 60px;
	display: inline-block;
	text-align: center;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	border-radius: 0px;
	
	color: #fff;
	font-family: open_sansbold;
	font-size: 10px;
	line-height: 1.2em;
	min-height: auto;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 40px;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.plus_link_file .jq-file__browse:before{
	content: '+';
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #fff;
	padding-top: 8px;
	text-align: center;
	font-size: 26px;
	line-height: 10px;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1);
}
.plus_link_file.jq-file.focused .jq-file__name{
	border: none;
}
.plus_link_file.jq-file:hover .jq-file__browse{
	background: transparent;
	color: #4F545C;
	text-decoration: none;
}
.plus_link_file:hover .jq-file__browse:before{
	border: 2px solid #4F545C;
}
.plus_link_file.jq-file:hover{
	background-color: #4DC7F4;
}




label{
	display: block;
	
	font-weight: normal;
	cursor: pointer;
	margin: 0px;
}

.form_columns{
	position: relative;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}
.form_column{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: 50%;
}
.form_row_small{
	margin-bottom: 20px;
}
.input_desc{
	position: relative;
	display: block;
	margin-bottom: 12px;
	text-align: center;
	font-family: open_sansregular;
	font-size: 18px;
	color: #4f545c;
	opacity: 0.5;
}

.gray_border_styled_form input{
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
}
.gray_border_styled_form .red input{
	border: 1px solid #d5654f;
	color: #d5654f;
}

.err_mes_absolute{
	padding-bottom: 20px;
}
.err_mes_absolute .err_message{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	text-align: center;
	margin: 0px;
}

.gray_border_styled_form .red_true input{
	border: 1px solid #3faeee;
}
.red_true .err_message{
	display: block;
	color: #3faeee;
} 
.err_message .icon{
	font-size: 10px;
	color: inherit;
	padding-left: 3px;
}
.err_mes_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}
.err_mes_link:visited,
.err_mes_link:link{
	text-decoration: underline;
}
.err_mes_link:hover{
	text-decoration: none;
}

.form_row_double{
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
}
.form_row_inline{
	position: relative;
	margin-bottom: 10px;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: top;
}


.form_row_inline.form_row_day{
	width: 25%;
}
.form_row_inline.form_row_month{
	width: 40%;
}
.form_row_inline.form_row_year{
	width: 35%;
}


.form_row_inline.form_row_sex{
	width: 155px;
}
.form_row_inline.form_row_button{
	width: calc(100% - 155px);
}




.jq-selectbox{
	display: block!important;
	width: 100%;
}
.jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select{
	display: block;
	border-radius: 0px;
	border: 1px solid #cccccc;
	height: 60px;
	padding: 0px 40px 0px 20px;
	background: #fff!important;
	box-shadow: none!important;
}
.jq-selectbox__trigger{
	width: 40px;
	height: 100%;
	border: none;
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow{
	border: none;
	display: flex;
	top: 25px;
	right: 20px;
	width: 12px;
	height: 9px;
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow:before{
	position: absolute;
	display: block;
	content: '\e904';
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	font-size: 9px;
	color: #3faeef;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
	
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-selectbox.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.jq-selectbox__select-text{
	font-family: open_sansregular;
	font-size: 14px;
	color: #4f545c;
	height: 58px;
	padding-top: 13px;
}
.first_place .jq-selectbox__select-text{
	color: #4f545c;
}
.first_place.changed .jq-selectbox__select-text{
	color: #4f545c;
}
.jq-selectbox li.disabled{
	display: none;
}
.jq-selectbox__dropdown{
	margin-top: 0px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
}
.jq-selectbox__dropdown ul{
	max-height: 150px!important;
}
.jq-selectbox li{
	min-height: 20px;
	padding: 5px 40px 5px 20px;
	color: #4f545c;
	font-size: 14px;
	font-family: fira_sansregular;
	display: block;
	position: relative;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-selectbox li:first-child{
	border-radius: 10px 10px 0px 0px;
}
.first_place.jq-selectbox li:nth-child(2){
	border-radius: 10px 10px 0px 0px;
}
.jq-selectbox li:last-child{
	border-radius: 0px 0px 10px 10px;
}
.jq-selectbox li:hover{
	background-color: #fff;
	color: #3faeef;
}
.jq-selectbox li.sel,
.jq-selectbox li.selected,
.jq-selectbox li.sel:hover{
	background-color: #fff;
	color: #3faeef;
}
.red .jq-selectbox__select,
.red .jq-selectbox.focused .jq-selectbox__select{
	border: 1px solid #d84a31;
}
.red .first_place .jq-selectbox__select-text,
.red .jq-selectbox__select-text{
	color: #d84a31;
}

.form_row_button{
	padding-top: 37px;
}


.form_sep_head{
	position: relative;
	margin-top: 50px;
	margin-bottom: 25px;
}
.form_sep_head .title{
	text-align: center;
	margin: 0px;
	min-height: auto;
}

.eyed_pas{
	position: relative;
	display: block;
}
.eyed_pas input{
	padding-right: 45px;
}
.show_pas{
	top: 0px;
	right: 0px;
	width: 45px;
	height: 100%;
	position: absolute;
	display: block;
}
.show_pas .icon{
	position: absolute;
	top: 23px;
	right: 19px;
	color: #2d7dd2;
	font-size: 12px;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.show_pas:hover .icon{
	color: #cccccc;
}
.show_pas .icon.icon-eye_on{
	opacity: 1;
}
.show_pas .icon.icon-eye_off{
	opacity: 0;
}
.eyed_pas.pass_on .show_pas .icon.icon-eye_on{
	opacity: 0;
}
.eyed_pas.pass_on .show_pas .icon.icon-eye_off{
	opacity: 1;
}
.gray_border_styled_form input.pas{
	text-align: left;
}

.form_row_button .simple_button>span{
	min-width: auto;
}

.cabinet_main_head p{
	position: relative;
	margin-top: 20px;
	font-size: 18px;
}


.plus_person{
	position: relative;
	display: flex;
	border: 1px dashed #3faeee;
	min-height: 410px;
	padding: 20px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.plus_person_button{
	position: relative;
	display: block;
	width: 260px;
	max-width: 260px;
	border-radius: 10px;
	background-color: #3faeee;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.plus_person_button>span{
	position: relative;
	display: flex;
	font-family: open_sansbold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	min-height: 60px;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.plus_person_button>span:after{
	content: '+';
	position: relative;
	display: block;
	margin-left: 8px;
	min-width: 30px;
	min-height: 30px;
	border: 2px solid #fff;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	font-family: open_sansregular;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1);
}
.plus_person:hover .plus_person_button{
	background-color: #4DC7F4;
}
.plus_person:hover .plus_person_button>span{
	color: #4F545C;
}
.plus_person:hover .plus_person_button>span:after{
	border: 2px solid #4F545C;
}

.status_success{
	color: #69ae3b;
}
.status_progress{
	color: #a5a7ab;
}
#cabinet_tab2 .simple_head{
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px){
	
	.abonement_list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.abonement_list>li{
		margin-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media screen and (max-width: 1180px){
	.cabinet_person .double_buttons{
		margin-bottom: -10px;
		max-width: 300px;
	}
	.cabinet_person .double_buttons li{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.cabinet_person{
		padding-bottom: 30px;
	}
	.cabinet_person,
	.balance{
		min-height: 475px;
	}
	.abonement_node .double_buttons>li:nth-child(1){
		width: 110px;
	}
	.abonement_node .double_buttons>li:nth-child(2){
		width: calc(100% - 110px);
	}
	.double_buttons .simple_button{
		min-width: auto;
	}
}

@media screen and (max-width: 980px){
	
	.cabinet_lk_left,
	.cabinet_lk_right{
		width: 100%;
		display: block;
	}
	.cabinet_lk_left,
	.cabinet_lk_right{
		margin-bottom: 30px;
		max-width: 500px;
	}
	.cabinet_person,
	.balance{
		min-height: auto;
		height: auto;
	}
	.balance_total{
		margin-bottom: 50px;
	}
	.abonement_list>li{
		width: 33.33%;
	}
	
	.simple_block.active_abonement{
		margin-top: 80px;
	}
}

@media screen and (max-width: 800px){
	.form_column{
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
}
@media screen and (max-width: 767px){
	.simple_navtabs{
		margin-bottom: 50px;
	}
	.cabinet_lk_double{
		margin-top: 50px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 750px){
	.abonement_list>li{
		width: 50%;
	}
}
@media screen and (max-width: 620px){
	.active_abonement_left,
	.active_abonement_right{
		display: block;
		width: 100%;
	}
	.active_abonement_left{
		margin-bottom: 20px;
		max-width: 290px;
	}
	.buttons_navtabs{
		margin-left: -10px;
		margin-right: -10px;
	}
	.buttons_navtabs.nav-tabs>li{
		padding: 0px 10px;
	}
	.buttons_navtabs.nav-tabs>li>a>span{
		min-height: 60px;
	}
	.plus_person{
		min-height: 250px;
	}
	table th, table td{
		padding: 15px 10px;
	}
}

@media screen and (max-width: 520px){
	.abonement_list>li{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.balance_total{
		font-size: 50px;
		line-height: 1.5em;
	}
	.balance .simple_button>span{
		min-width: auto;
	}
	.small_person{
		display: block;
	}
	.small_person_img{
		margin-right: 0px;
		margin-bottom: 10px;
		display: block;
	}
	.person_info li .person_info_name{
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}
	.person_info li .person_info_phone{
		display: block;
		width: 100%;
	}
	
	.buttons_navtabs{
		margin-left: -5px;
		margin-right: -5px;
	}
	.buttons_navtabs.nav-tabs>li{
		padding: 0px 5px;
	}
	.buttons_navtabs.nav-tabs>li>a>span{
		font-size: 14px;
		font-family: open_sansbold;
		min-height: 50px;
	}
}


@media screen and (max-width: 400px){
	.form_row_inline.form_row_day,
	.form_row_inline.form_row_month{
		width: 50%;
	}
	.form_row_inline.form_row_year{
		width: 100%;
	}
	.small_person_img_text{
		font-size: 16px;
	}
}
@media screen and (max-width: 360px){
	.form_row_inline.form_row_sex{
		width: 100%;
	}
	.form_row_inline.form_row_button{
		width: 100%;
	}
	.cabinet_person{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*change_user_info*/





/*news_page*/

.modal_blog_head_full{
	position: relative;
	padding: 0px 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.news_slider_container{
	margin-bottom: -20px;
}
.news_slider_container .news_node{
	margin-bottom: 20px;
}
.full_page_wrapper .modal_blog_head:after{
	display: none;
}
.blue_button_trans>span{
	text-align: center;
}
.news_page{
	margin-bottom: 50px;
}
.simple_pag_container{
	position: relative;
	margin-top: 50px;
	padding: 0px 5px;
}
.simple_pag_container .modal_blog_pagination_container{
	text-align: center;
}
@media screen and (max-width: 960px){
	.news_slider_container.news_slider_container_gallery .news_node:nth-child(1){
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.news_slider_container.news_slider_container_gallery .news_node:nth-child(1){
		width: 100%;
	}
}
/*news_page*/

/* Loading */

.loading {
	
	position: relative;
	min-height:200px;
	
}

.loading:after {
	
	content:'';
	display:block;
	
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	
	background-color: rgba(255,255,255,0.7);
	
	background-image: url('data:image/gif;base64,R0lGODlh2ADYAKIHAPj4+ODg4MnJyaysrIuLi2NjYzk5Of///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NFQTZFMUU5QzBDMTFFMkFFNDdDRTVDRTJCRUM3RTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NFQTZFMUY5QzBDMTFFMkFFNDdDRTVDRTJCRUM3RTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0VBNkUxQzlDMEMxMUUyQUU0N0NFNUNFMkJFQzdFMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0VBNkUxRDlDMEMxMUUyQUU0N0NFNUNFMkJFQzdFMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDP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');
	background-position: center center;
	background-repeat: no-repeat;
	
	z-index:20000;
	
}

.loading.loading-thumb {
	
	width:100px;
	height:100px;
	
}

.loading.small:after {
	
	background-size:contain;
	
}

/* loading */















